-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 836 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 836 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
28
29
30
31
32
33
{
"name": "bootstrap-grid",
"version": "3.0.1",
"main": "dist/grid.min.css",
"description": "Standalone version of Bootstrap's grid system",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "lessc index.less > dist/grid.css",
"postbuild": "cleancss dist/grid.css > dist/grid.min.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hilzu/bootstrap-grid.git"
},
"keywords": [
"bootstrap",
"responsive",
"grid",
"column",
"row"
],
"author": "Santeri Hiltunen",
"license": "MIT",
"bugs": {
"url": "https://github.com/Hilzu/bootstrap-grid/issues"
},
"homepage": "https://github.com/Hilzu/bootstrap-grid#readme",
"devDependencies": {
"bootstrap": "^3.3.7",
"clean-css-cli": "^4.1.10",
"less": "^2.5.1"
}
}