-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "jsnotepad",
"version": "0.0.1",
"description": "Windows 记事本网页版",
"scripts": {
"test": "grunt lint",
"lines": "echo '项目总代码行数:' $(find . -name '*.js' ! -path './node_modules/*' -o -name '*.css' ! -path './node_modules/*' | xargs cat | grep -v ^$ | wc -l)",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wangding/jsnotepad.git"
},
"author": "wangding",
"license": "MIT",
"bugs": {
"url": "https://github.com/wangding/jsnotepad/issues"
},
"homepage": "https://github.com/wangding/jsnotepad#readme",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-csslint": "^2.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-htmlmin": "^3.1.0",
"grunt-contrib-imagemin": "^4.0.0",
"grunt-eslint": "^23.0.0",
"grunt-htmlhint": "^0.9.13",
"grunt-terser": "^1.0.0",
"@wangding/grunt-qiniu-qupload": "^0.2.1",
"grunt-usemin": "^3.1.1"
}
}