forked from twbs/bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
36 lines (36 loc) · 809 Bytes
/
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
35
36
{
"name": "bootstrap-square-ui",
"description": "Bootstrap 3.0 mashup with designmodo.com's Square UI theme.",
"version": "0.0.1",
"keywords": [
"bootstrap",
"css",
"designmodo",
"square",
"ui"
],
"homepage": "http://deltaepsilon.github.io/",
"author": "Christopher Esplin",
"repository": {
"type": "git",
"url": "[email protected]:deltaepsilon/bootstrap-square-ui.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"jshint": "0.9.1",
"express": "3.2.6",
"grunt-contrib-less": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-html": "*"
},
"dependencies": {
"grunt": "~0.4.1"
}
}