{
  "name": "node-rest-framework",
  "version": "0.0.1",
  "description": "Yet another REST framework for node.js",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/itoldya/node-rest-framework"
  },
  "keywords": [
    "rest"
  ],
  "author": "itoldya",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/itoldya/node-rest-framework/issues"
  },
  "homepage": "https://github.com/itoldya/node-rest-framework",
  "devDependencies": {
    "grunt": "~0.4.4",
    "grunt-contrib-watch": "~0.6.1",
    "grunt-contrib-coffee": "~0.10.1",
    "grunt-newer": "~0.7.0"
  },
  "dependencies": {}
}
