-
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) · 763 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 763 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": "Muting-blog",
"title": "Muting Blog",
"author": "Muting Blog",
"version": "1.8.2",
"homepage": "https://github.com/Se7enMuting",
"repository": {
"type": "git",
"url": "https://github.com/Se7enMuting"
},
"bugs": "https://github.com/Se7enMuting",
"devDependencies": {
"grunt": ">=1.5.3",
"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 -w -l --host 0.0.0.0",
"dev": "grunt watch & npm run start",
"boil": "git push boilerplate boilerplate:master",
"push": "git push origin master --tag"
}
}