-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 821 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 821 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
33
34
{
"name": "ysqi.github.io",
"version": "1.0.0",
"description": "Yu Shuang Qi's website create by hugo and travis",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ysqi/ysqi.github.io.git"
},
"keywords": [
"demo"
],
"author": "ysqi",
"bugs": {
"url": "https://github.com/ysqi/ysqi.github.io/issues"
},
"homepage": "https://github.com/ysqi/ysqi.github.io#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": "4.0.0"
},
"peerDependencies": {
"grunt": "~0.4.1"
}
}