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