summaryrefslogtreecommitdiff
path: root/package.json
blob: 464055026e73c83f64905f9e0e2e55c3631d8d06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-commands": "^0.1.6",
    "grunt-contrib-copy": "^0.5.0",
    "grunt-contrib-sass": "^0.7.3",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-responsive-images": "^0.1.3"
  }
}