-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
34 lines (34 loc) · 786 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
{
"name": "etheraction",
"version": "1.0.0",
"description": "ethereum document build",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ysqi/etheraction.git"
},
"keywords": [
"demo"
],
"author": "ysqi",
"bugs": {
"url": "hhttps://github.com/ysqi/etheraction/issues"
},
"homepage": "hhttps://github.com/ysqi/etheraction#readme",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-htmlmin": "^2.0.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-exec": "^1.0.1",
"grunt-gh-pages": "0.9.1"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}