{
  "name": "theme",
  "version": "0.0.1",
  "private": true,
  "scripts": {
    "start": "grunt watch"
  },
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-uglify": "~0.3.1",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-qunit": "~0.4.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-sass": "^1.0.0"
  }
}