forked from SBoudrias/Inquirer.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1009 Bytes
/
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
{
"name": "inquirer",
"version": "0.8.0",
"description": "A collection of common interactive command line user interfaces.",
"main": "lib/inquirer.js",
"scripts": {
"test": "grunt --verbose"
},
"repository": {
"type": "git",
"url": "git://github.com/SBoudrias/Inquirer.js.git"
},
"keywords": [
"command",
"prompt",
"stdin",
"cli"
],
"author": "Simon Boudrias <[email protected]>",
"license": "MIT",
"dependencies": {
"ansi-regex": "^1.1.0",
"chalk": "^0.5.0",
"cli-color": "~0.3.2",
"figures": "^1.3.2",
"lodash": "~2.4.1",
"mute-stream": "0.0.4",
"readline2": "~0.1.0",
"rx": "^2.2.27",
"through": "~2.3.4"
},
"devDependencies": {
"chai": "~1.9.0",
"cmdify": "0.0.4",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.8",
"grunt-contrib-jshint": "~0.10.0",
"grunt-mocha-test": "~0.10.2",
"grunt-release": "~0.7.0",
"mocha": "~1.18.2",
"mockery": "~1.4.0",
"sinon": "~1.9.1"
}
}