-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 808 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 808 Bytes
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
{
"name": "tool",
"version": "1.0.0",
"description": "",
"scripts": {
"dev": "webpack-dev-server --hot --inline --config webpack.dev.config.js --watch --progress --open",
"build": "webpack -d --config webpack.config.js --progress",
"jsdoc": "jsdoc ./dist/tool.js -d doc",
"smartdoc": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhangsilei/tool.git"
},
"author": "zhangsilei",
"license": "ISC",
"bugs": {
"url": "https://github.com/zhangsilei/tool/issues"
},
"homepage": "https://github.com/zhangsilei/tool#readme",
"devDependencies": {
"smartdoc": "0.0.7",
"webpack": "^2.7.0",
"webpack-dev-server": "^2.9.2"
},
"dependencies": {}
}