forked from zirafa/bootstrap-grid-only
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 774 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
{
"name": "@zirafa/bootstrap-grid-only",
"version": "1.0.0",
"description": "Bootstrap's grid and responsive utility classes only, without any extras. Lightweight yet still powerful. Style to taste. Works with LessPHP.",
"main": "grid.css.less",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zirafa/bootstrap-grid-only"
},
"keywords": [
"bootstrap",
"grid",
"layout",
"css",
"less"
],
"author": "Farsheed Hamidi-Toosi <zirafa@gmail.com> (http://zirafaworks.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/zirafa/bootstrap-grid-only/issues"
},
"homepage": "https://github.com/zirafa/bootstrap-grid-only#readme"
}