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