forked from c-proof/cproofwebsite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·27 lines (27 loc) · 796 Bytes
/
package.json
File metadata and controls
executable file
·27 lines (27 loc) · 796 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
26
27
{
"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"
},
"dependencies": {
"bower": "^1.8.8",
"jQuery-QueryBuilder": "^2.5.2",
"leaflet-mouse-position": "^1.2.0"
}
}