-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 1.02 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
{
"name": "inquirer-select-directory",
"version": "1.2.0",
"description": "A directory prompt for Inquirer.js",
"main": "src/index.js",
"scripts": {
"test": "node_modules/.bin/_mocha test/spec",
"preversion": "npm test",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KamiKillertO/inquirer-select-directory.git"
},
"keywords": [
"Inquirer",
"directory",
"prompt"
],
"author": "JEGARD Benjamin <kamikillerto@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KamiKillertO/inquirer-select-directory/issues"
},
"homepage": "https://github.com/KamiKillertO/inquirer-select-directory#readme",
"dependencies": {
"chalk": "1.1.1",
"cli-cursor": "2.0.0",
"figures": "2.0.0",
"inquirer": "2.0.0",
"rx-lite": "4.0.8"
},
"devDependencies": {
"chai": "3.4.1",
"events": "1.1.0",
"lodash": "4.17.4",
"mocha": "4.0.1",
"mock-fs": "3.12.1",
"sinon": "1.17.7"
}
}