-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.16 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": "ask-once",
"description": "Only ask a question one time and store the answer.",
"version": "0.6.2",
"homepage": "https://github.com/doowb/ask-once",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "doowb/ask-once",
"bugs": {
"url": "https://github.com/doowb/ask-once/issues"
},
"license": "MIT",
"files": [
"index.js",
"utils.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"data-store": "^0.11.1",
"extend-shallow": "^2.0.1",
"get-value": "^1.2.1",
"isobject": "^2.0.0",
"lazy-cache": "^0.2.3",
"project-name": "^0.2.0",
"question-cache": "^0.3.3",
"set-value": "^0.2.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-istanbul": "^0.10.2",
"gulp-jshint": "^1.11.2",
"gulp-mocha": "^2.1.3",
"inquirer": "^0.10.1",
"jshint-stylish": "^2.0.1",
"minimist": "^1.2.0",
"mocha": "^2.3.3",
"sinon": "^1.17.2"
},
"verb": {
"related": {
"list": [
"question-cache",
"question-helper",
"inquirer",
"data-store"
]
}
}
}