-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.55 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
{
"name": "inquirer-extensions",
"version": "0.1.0",
"description": "extensions for inquirere, multiInput, multiDir, multiFile",
"main": "src/inquirer-extensions.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/.bin/_mocha -- test/spec/**/*.js -R spec",
"lint": "./node_modules/.bin/standard src/**/*.js test/**/*.js",
"docs": "rm docs/api.md && ./node_modules/.bin/jsdoc2md src/**/*.js >> docs/api.md",
"build": "npm run lint && npm run test && npm run docs"
},
"author": "Huess Yil <[email protected]> (http://www.juicyarts.de)",
"license": "ISC",
"devDependencies": {
"chai": "^3.5.0",
"chalk": "^1.1.3",
"cli-cursor": "^1.0.2",
"codeclimate-test-reporter": "^0.4.0",
"figures": "^2.0.0",
"inquirer": "^1.2.3",
"istanbul": "^0.4.5",
"jsdoc-to-markdown": "^2.0.1",
"lodash": "^4.17.2",
"mocha": "^3.1.2",
"mocha-lcov-reporter": "^1.2.0",
"mock-fs": "^3.12.1",
"sinon": "^1.17.6",
"standard": "^8.5.0",
"uglify-js": "^2.7.4",
"util": "^0.10.3"
},
"keywords": [
"inquirer",
"multi"
],
"repository": {
"type": "git",
"url": "https://github.com/juicyarts/inquirer-extensions"
},
"bugs": {
"url": "https://github.com/juicyarts/inquirer-extensions/issues"
},
"author": "Huess Yil <[email protected]> (https://github.com/juicyarts)",
"license": {
"tpye": "MIT",
"url": ""
},
"standard": {
"env": {
"mocha": true,
"node": true
}
}
}