{
  "name": "webapi-skeleton",
  "version": "0.1.3",
  "description": "stack based on nodejs, restify & mongoose to create restbased webapis.",
  "readmeFilename": "README.md",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "restify": "*",
    "mongoose": "*",
    "underscore": "*",
    "xml2js": "*",
    "iconv-lite": "*",
    "rsvp": "*",
    "MD5": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/drdrej/webapi-skeleton.git"
  },
  "keywords": [
    "basic",
    "setup",
    "rest",
    "app",
    "skeleton"
  ],
  "author": "drdrej",
  "license": "Apache License 2"
}
