{
  "main": "app.js",
  "scripts": {
    "start": "node ./app.js",
    "test": "./node_modules/.bin/grunt",
    "features": "./node_modules/.bin/grunt features",
    "watch": "grunt watcher"
  },
  "dependencies": {
    "rupert": "^0.3.9"
  },
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "rupert-grunt": "^0.1.0"
  }
}
