-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "npmq",
"version": "0.0.1",
"description": "Streamlined package lifecycle management for npm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"npmq": "bin/npmq.js",
"nq": "bin/npmq.js"
},
"prefersGlobal": true,
"repository": {
"type": "git",
"url": "bmcclure/node-npmq"
},
"keywords": [
"npm",
"npmq",
"nq",
"publish",
"github"
],
"author": "Ben McClure <ben.mcclure@gmail.com> (http://benmcclure.com)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/bmcclure/node-npmq/issues"
},
"homepage": "https://github.com/bmcclure/node-npmq#readme",
"dependencies": {
"boxen": "^1.1.0",
"chalk": "^1.1.3",
"cli-table2": "^0.2.0",
"conf": "^1.1.2",
"gist-config": "^0.0.1",
"git-config": "^0.0.7",
"inquirer": "^3.1.1",
"listr": "^0.12.0",
"ora": "^1.3.0",
"simple-git": "^1.73.0",
"update-notifier": "^2.2.0",
"yargonaut": "^1.1.2",
"yargs": "^8.0.2"
},
"devDependencies": {
"eslint": "^4.1.1"
}
}