forked from BenWhitehead/bootstrap-big-grid
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 817 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
{
"name": "bootstrap-big-grid",
"description": "A set of larger grid options for Bootstrap.",
"version": "0.2.0",
"keywords": ["bootstrap", "css", "grid"],
"main": "Gruntfile.js",
"author": "BenWhitehead",
"homepage": "https://github.com/BenWhitehead/bootstrap-big-grid",
"repository": {
"type": "git",
"url": "https://github.com/BenWhitehead/bootstrap-big-grid.git"
},
"bugs": {
"url": "https://github.com/BenWhitehead/bootstrap-big-grid/issues"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"devDependencies": {
"bower": "~1.2.7",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-less": "~0.8.2"
}
}