{
  "name": "rest-api",
  "version": "0.0.3",
  "description": "Fast & lightweight RESTful API framework in Node.js",
  "main": "./lib/api.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "connect": "2.7.3",
    "mysql": "2.0.x",
    "underscore":"1.4.x",
    "async":"0.2.6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mattes/node-rest-api.git"
  },
  "keywords": [
    "REST",
    "RESTful",
    "api",
    "node",
    "nodejs",
    "lightweight",
    "fast"
  ],
  "homepage" : "https://github.com/mattes/node-rest-api",
  "author": "Matthias Kadenbach <matthias.kadenbach@gmail.com> (https://github.com/mattes)",
  "license": "MIT",
  "readmeFilename": "README.md"
}
