{
  "name": "recroom",
  "author": "Mozilla",
  "description": "Takeaway web apps.",
  "keywords": [
    "scaffold",
    "generator",
    "framework",
    "mvc",
    "ember"
  ],
  "version": "0.1.4",
  "homepage": "https://github.com/mozilla/recroom",
  "repository": {
    "type": "git",
    "url": "git://github.com/mozilla/recroom.git"
  },
  "scripts": {
    "test": "grunt test"
  },
  "dependencies": {
    "shelljs": "~0.2.6",
    "chalk": "~0.4.0",
    "nopt": "~2.2.0",
    "grunt": "~0.4.4",
    "load-grunt-tasks": "^0.4.0",
    "grunt-shell": "^0.6.4",
    "bower": "~1.3.2",
    "grunt-cli": "~0.1.13",
    "generator-recroom": ">=0.1.1",
    "yo": ">=1.0.0"
  },
  "devDependencies": {
    "grunt-contrib-jshint": "^0.9.2",
    "grunt-jscs-checker": "^0.4.4"
  },
  "licence": "Apache-2.0",
  "bugs": {
    "url": "http://github.com/mozilla/recroom/issues"
  },
  "main": "recroom.js",
  "bin": {
    "recroom": "recroom.js"
  },
  "preferGlobal": "true"
}
