-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 855 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 855 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
31
32
{
"name": "info-lab",
"version": "1.0.0",
"description": "信息科学基础在线实验",
"main": "index.js",
"scripts": {
"test": "grunt lint",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangding/info-lab.git"
},
"author": "wangding",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangding/info-lab/issues"
},
"homepage": "https://github.com/wangding/info-lab#readme",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-htmlmin": "^2.4.0",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-terser": "^1.0.0",
"grunt-eslint": "^21.0.0",
"grunt-htmlhint": "^0.9.13",
"@wangding/grunt-qiniu-qupload": "^0.2.1"
}
}