-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
54 lines (54 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "khaos",
"repository": "git://github.com/segmentio/khaos.git",
"version": "0.9.3",
"license": "MIT",
"description": "A super-simple way to generate directory or file templates.",
"bin": {
"khaos": "bin/khaos"
},
"dependencies": {
"async": "^1.4.2",
"chalk": "~1.1.1",
"co-fs-extra": "^1.0.1",
"commander": "^2.1.0",
"cp": "~0.2.0",
"deep-extend": "~0.4.0",
"download-github-repo": "~0.1.3",
"extend": "^3.0.0",
"fs-extra": "~0.24.0",
"gnode": "^0.1.1",
"handlebars": "^2.0.0",
"is": "^3.0.1",
"is-utf8": "^0.2.0",
"lodash": "^3.6.0",
"metalsmith": "^2.0.1",
"metalsmith-build-date": "^0.1.0",
"metalsmith-prompt": "^0.0.8",
"metalsmith-templates": "^0.7.0",
"mkdirp": "~0.5.1",
"moment": "^2.5.1",
"prompt-for": "^1.0.0",
"read-metadata": "^1.0.0",
"rimraf": "^2.2.6",
"sort-object": "^3.0.0",
"thunkify": "^2.1.2",
"to-case": "^1.0.0",
"uid": "~0.0.2",
"unyield": "0.0.1"
},
"devDependencies": {
"assert-dir-equal": "^1.0.0",
"co-mocha": "^1.1.0",
"mocha": "^2.2.1",
"once": "^1.3.0"
},
"keywords": [
"template",
"generator",
"directory",
"folder",
"scaffold",
"boilerplate"
]
}