-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 846 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
{
"name": "nf-blog",
"title": "Night Field's Blog",
"author": "Night Field <chingjustwe@gmail.com>",
"version": "1.8.2",
"homepage": "http://chingjustwe.github.io",
"repository": {
"type": "git",
"url": "https://github.com/chingjustwe/chingjustwe.github.io"
},
"bugs": "https://github.com/chingjustwe/chingjustwe.github.io/issues",
"devDependencies": {
"grunt": "~1.5.3",
"grunt-contrib-less": "~3.0.0",
"grunt-contrib-watch": "~1.1.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-uglify": "~5.2.2"
},
"scripts": {
"start" : "jekyll serve -w -l --host 0.0.0.0 --port 4000",
"dev" : "grunt watch & npm run start",
"boil" : "git push boilerplate boilerplate:master",
"push" : "git push origin master --tag"
}
}