thinky-rest
Version:
Create REST resources and controllers with thinky and Express or Restify
49 lines (48 loc) • 1.02 kB
JSON
{
"name": "thinky-rest",
"description": "Create REST resources and controllers with thinky and Express or Restify",
"version": "0.4.2",
"author": {
"name": "Matt Broadstone",
"email": "mbroadst@gmail.com"
},
"main": "lib/",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/mbroadst/thinky-rest.git"
},
"bugs": {
"url": "https://github.com/dchester/thinky-rest/issues"
},
"license": "MIT",
"keywords": [
"rethinkdb",
"thinky",
"rest",
"restful",
"json",
"api"
],
"dependencies": {
"bluebird": "^3.4.1",
"inflection": "^1.10.0",
"lodash": "^4.15.0"
},
"devDependencies": {
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"istanbul": "^0.4.4",
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"request": "^2.74.0",
"restify": "^4.1.1",
"thinkagain": "^0.1.4",
"thinky": "^2.3.4",
"uuid": "^2.0.2",
"validator": "^5.5.0"
}
}