-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.2 KB
/
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
{
"name": "luna-blog",
"title": "Luna's Blog",
"author": "LN <dulunar@gmail.com>",
"version": "1.7.0",
"homepage": "http://dulunar.github.io",
"repository": {
"type": "git",
"url": "https://github.com/dulunar/dulunar.github.io"
},
"bugs": "https://github.com/dulunar/dulunar.github.io/issues",
"dependencies": {
"grunt": ">=1.5.3",
"shelljs": "^0.8.5"
},
"devDependencies": {
"grunt": ">=1.5.3",
"grunt-banner": "^0.2.3",
"grunt-check-gems": "0.0.3",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.2.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-git": "^1.1.1"
},
"scripts": {
"preview": "cd _site; python -m SimpleHTTPServer 8020",
"py3view": "cd _site; python3 -m http.server 8020",
"watch": "grunt watch & npm run preview & jekyll serve -w",
"py3wa": "grunt watch & npm run py3view & jekyll serve -w",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag",
"cafe": "git co gitcafe-pages; git merge master; git push gitcafe gitcafe-pages:gitcafe-pages --tag; git co master;"
}
}