{
  "name": "ramc",
  "version": "0.2.1",
  "description": "A RESTful API Modeling Code generation.",
  "main": "lib/ramc.js",
  "bin": {
    "ramc": "./bin/ramc.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "bluebird": "^3.4.3",
    "commander": "^2.9.0",
    "fs-extra-promise": "^0.4.0",
    "handlebars": "^4.0.5",
    "js-beautify": "~1.6.3",
    "jshint": "~2.9.3",
    "lodash": "4.15.0",
    "semver": "^5.3.0",
    "request": "~2.74.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "final-fs": "~1.6.1",
    "matchdep": "~1.0.1",
    "mocha": "^3.0.2",
    "superagent": "^2.2.0"
  }
}
