1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{
"author": "Thomas Park",
"name": "bootswatch",
"description": "Bootswatch is a collection of free themes for Twitter Bootstrap.",
"version": "2.3.0+1",
"homepage": "http://bootswatch.com/",
"license": "Apache License, Version 2.0, http://www.apache.org/licenses/LICENSE-2.0",
"repository": {
"type": "git",
"url": "git://github.com/thomaspark/bootswatch.git"
},
"engines": {
"node": ">= 0.8.11"
},
"devDependencies": {
"recess": "~1.1.6",
"grunt": "~0.4.0",
"grunt-recess": "~0.3.1",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-clean": "~0.4.0"
}
}
|