-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
56 lines (56 loc) · 1.13 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
55
56
{
"name": "knick-knack",
"version": "0.0.2",
"description": "WORK IN PROGRESS! Please come back later...",
"author": "Michael Müller",
"contributors": [
{
"name": "Johannes Kissel"
}
],
"dependencies": {
"commander": "~2.3.0",
"chalk": "~1.0.0",
"inquirer": "~0.6.0",
"mkdirp": "~0.5.0",
"log-symbols": "~1.0.0",
"multiline": "~0.3.4",
"js-yaml": "~3.1.0",
"lodash": "~2.4.1"
},
"devDependencies": {
"chai": "~1.9.1",
"gulp": "~3.8.7",
"gulp-jshint": "~1.8.4",
"gulp-mocha": "~1.0.0"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "https://github.com/haimich/knick-knack.git"
},
"bin": {
"knick-knack": "./bin/knick-knack.js",
"kk": "./bin/knick-knack.js"
},
"preferGlobal": true,
"keywords": [
"generate",
"generator",
"template",
"scaffold",
"project",
"tool",
"cli"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/haimich/knick-knack/issues"
},
"homepage": "https://github.com/haimich/knick-knack",
"scripts": {
"test": "gulp test"
}
}