summaryrefslogtreecommitdiff
path: root/package.json
blob: 6373f94d0b01c9d71ab99b8fe86b922f5d8b54ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "Bootswatch",
  "description": "Bootswatch is a collection of themes for Bootstrap.",
  "version": "3.1.0",
  "author": "Thomas Park",
  "homepage": "http://bootswatch.com",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/thomaspark/bootswatch.git"
  },
  "engines": {
    "node": ">= 0.8.11"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-less": "~0.9.0",
    "grunt-contrib-concat": "~0.1.3",
    "grunt-contrib-clean": "~0.4.0",
    "grunt-contrib-watch": "~0.5.1",
    "bower": "~1.0.0"
  }
}