-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.04 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
{
"name": "question-helper",
"description": "Helper used to ask questions and output the answer. Useful with Template, Handlebars, and Loadash.",
"version": "0.1.0",
"homepage": "https://github.com/doowb/question-helper",
"author": {
"name": "Brian Woodward",
"url": "https://github.com/doowb"
},
"repository": {
"type": "git",
"url": "git://github.com/doowb/question-helper.git"
},
"bugs": {
"url": "https://github.com/doowb/question-helper/issues"
},
"license": {
"type": "MIT",
"url": "https://github.com/doowb/question-helper/blob/master/LICENSE"
},
"files": [
"index.js"
],
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"inquirer": "^0.8.0"
},
"devDependencies": {
"engine-handlebars": "^0.6.1",
"mocha": "*",
"should": "^4.3.0",
"template": "^0.10.2"
},
"keywords": [
"async",
"engine",
"handlebars",
"helper",
"inquirer",
"lodash",
"question",
"template"
]
}