-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 1.86 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "common-questions",
"description": "An object of questions commonly used by project generators or when initializing projects. Questions can be overridden, updated or extended.",
"version": "0.5.1",
"homepage": "https://github.com/generate/common-questions",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"repository": "generate/common-questions",
"bugs": {
"url": "https://github.com/generate/common-questions/issues"
},
"license": "MIT",
"files": [
"index.js",
"lib"
],
"main": "index.js",
"engines": {
"node": ">=4.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"base-pkg": "^0.2.4",
"base-project": "^0.2.1",
"base-questions": "^0.7.4",
"camel-case": "^3.0.0",
"common-config": "^0.1.0",
"debug": "^2.2.0",
"define-property": "^0.2.5",
"extend-shallow": "^2.0.1",
"get-value": "^2.0.6",
"is-valid-app": "^0.2.0",
"lazy-cache": "^2.0.1",
"mixin-deep": "^1.2.0",
"omit-empty": "^0.4.1",
"set-getter": "^0.1.0",
"set-value": "^2.0.0"
},
"devDependencies": {
"ask-when": "^0.1.4",
"base": "^0.11.1",
"gulp-format-md": "^0.1.10",
"mocha": "^3.0.2"
},
"keywords": [
"answer",
"ask",
"base",
"cache",
"cli",
"common",
"config",
"data",
"interactive",
"prompt",
"question",
"questions",
"store"
],
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"answer-store",
"base",
"base-questions",
"question-cache",
"question-store"
]
},
"reflinks": [
"base",
"question-cache",
"question-store",
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
}
}