-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
38 lines (38 loc) · 864 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
38
{
"name": "bootstraped",
"description": "Bootstrap Enhanced!",
"version": "2.3.1",
"keywords": [
"bootstrap",
"bootstraped",
"css"
],
"homepage": "http://www.bootcss.com/",
"author": "Bootstrap中文网",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/saiwang/bootstraped.git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"engines": {
"node": "0.8.x",
"npm": "1.1.x"
},
"devDependencies": {
"grunt": "~0.4.1",
"hogan.js": "~2.0.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-less": "~0.5.1",
"grunt-contrib-connect": "~0.3.0"
}
}