-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·37 lines (37 loc) · 1011 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
35
36
37
{
"name": "lukedemons.github.io",
"version": "1.0.0",
"description": "Hey, friends ~ Here is my blog ☞ [[ 唱响创之歌 ]](http://www.yanchuang.site/)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukedemons/lukedemons.github.io.git"
},
"keywords": [
"zchen9",
"blog",
"code"
],
"author": "yanchuang ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukedemons/lukedemons.github.io/issues"
},
"homepage": "https://github.com/lukedemons/lukedemons.github.io#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.2",
"gulp-minify-css": "^1.2.3",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-uglify": "^1.5.1",
"jshint": "^2.9.4",
"node-sass": "^3.4.2"
}
}