forked from StartBootstrap/startbootstrap-clean-blog-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 656 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "clean-blog",
"title": "Clean Blog",
"version": "1.0.0",
"homepage": "http://startbootstrap.com",
"author": "Start Bootstrap",
"license": {
"type": "Apache 2.0",
"url": "https://github.com/IronSummitMedia/startbootstrap/blob/gh-pages/LICENSE"
},
"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"
},
"repository": {
"type": "git",
"url": "https://github.com/IronSummitMedia/startbootstrap-clean-blog-jekyll.git"
}
}