-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 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
{
"name": "npm-occupy",
"version": "0.0.2",
"description": "occupy npm package name",
"bin": {
"npm-occupy": "bin/index.js"
},
"scripts": {
"test": "node bin/index.js",
"lint": "eslint bin --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZiQiangWang/npm-occupy.git"
},
"keywords": [
"npm",
"occupy",
"name"
],
"author": "wangziqiang",
"license": "MIT",
"bugs": {
"url": "https://github.com/ZiQiangWang/npm-occupy/issues"
},
"homepage": "https://github.com/ZiQiangWang/npm-occupy#readme",
"devDependencies": {
"eslint": "^5.10.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
},
"dependencies": {
"commander": "^2.19.0",
"fs-extra": "^7.0.1",
"handlebars": "^4.0.12",
"inquirer": "^6.2.0",
"metalsmith": "^2.3.0",
"ora": "^3.0.0"
}
}