-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 827 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 827 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
28
29
30
{
"name": "nodejs",
"version": "1.0.0",
"description": "Node.js 应用开发课程资料。",
"scripts": {
"test": "echo \"nothing to test!\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangding/nodejs.git"
},
"author": "wangding",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangding/nodejs/issues"
},
"homepage": "https://github.com/wangding/nodejs#readme",
"devDependencies": {
"@wangding/grunt-qiniu-qupload": "^0.2.1",
"gitbook-cli": "^2.3.2",
"grunt": "1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-json-minify": "^1.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-unescape-html": "0.0.5"
}
}