summaryrefslogtreecommitdiff
path: root/package.json
blob: 1ac6e7176064e4406bb389002736e351a18dab69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-jshint": "~0.7.2",
    "grunt-contrib-qunit": "~0.3.0",
    "grunt-contrib-sass": "^0.7.3",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-responsive-images": "^0.1.3"
  }
}