coffeerest-api
Version:
Api scaffolding from a model specification in few lines of coffeescript OH MY
37 lines (36 loc) • 774 B
JSON
{
"name": "coffeerest-api",
"version": "0.1.35",
"description": "Api scaffolding from a model specification in few lines of coffeescript OH MY",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "cd test && ./run"
},
"author": "",
"license": "BSD",
"repository": "https://github.com:/coderofsalvation/coffeerest-api",
"keywords": [
"coffeerest",
"coffeescript",
"api",
"rest",
"model",
"specification",
"generator",
"generate",
"scaffolding",
"skeleton",
"jsonschema"
],
"dependencies": {
"json-schema-defaults": "^0.1.1",
"glob": "^5.0.15",
"extend": "^3.0.0",
"ajv": "^1.4.2",
"async-eventemitter": "^0.2.2",
"json-ref-lite": "^1.0.69"
}
}