-
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) · 733 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 733 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": "sch-blog",
"title": "Sch Blog",
"author": "sch1123@163.com",
"version": "1.6.0",
"homepage": "https://mainpage.github.io",
"repository": {
"type": "git",
"url": "https://github.com/mainpage/mainpage.github.io"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-less": "~0.11.4",
"grunt-contrib-watch": "~0.6.1",
"grunt-banner": "~0.2.3",
"grunt-contrib-uglify": "~0.5.1"
},
"scripts": {
"preview": "cd _site; http-server",
"watch": "grunt watch & npm run preview & jekyll serve -w",
"serve": "jekyll serve",
"push": "git push origin master --tag",
"theme-build": "grunt"
}
}