-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 822 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
37
{
"name": "bootstrap24",
"description": "Patch Bootstrap CSS to 24 columns grid",
"version": "3.3.0",
"homepage": "https://github.com/nthachus/bootstrap24",
"author": {
"name": "Thach Nguyen",
"email": "nthachus@gmail.com"
},
"keywords": [
"bootstrap",
"24 columns",
"bootstrap css",
"24 columns grid",
"colored tooltips",
"colored modals",
"bootstrap no rounded",
"collapsing width"
],
"repository": {
"type": "git",
"url": "https://github.com/nthachus/bootstrap24.git"
},
"bugs": {
"url": "https://github.com/nthachus/bootstrap24/issues"
},
"license": "MIT",
"engines": {
"node": ">=4.0"
},
"scripts": {
"build": "cleancss -o bootstrap24.min.css bootstrap24.css"
},
"devDependencies": {
"clean-css-cli": "~4.1.10"
}
}