forked from Huxpro/huxpro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 778 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 778 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
{
"name": "th911-blog",
"title": "TH911 Blog",
"author": "th911 <3260483661@qq.com>",
"version": "1.8.2",
"homepage": "https://th911.github.io",
"repository": {
"type": "git",
"url": "https://github.com/TH911/th911.github.io.git"
},
"bugs": "https://github.com/TH911/th911.github.io/issues",
"devDependencies": {
"grunt": ">=1.3.0",
"grunt-banner": "~0.2.3",
"grunt-contrib-less": "^2.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0"
},
"scripts": {
"start": "bundle exec jekyll serve",
"dev": "grunt watch & npm run start",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag"
}
}