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) · 773 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 773 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": "ZWUTA",
"title": "ZWUTA",
"author": "ZWUTA <l92.168.255.19@outlook.com>",
"version": "0.0.1",
"homepage": "https://zwuta.github.io",
"repository": {
"type": "git",
"url": "https://github.com/zwuta/zwuta.github.io"
},
"bugs": "https://github.com/zwuta/zwuta.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"
}
}