any2api-generator-rest
Version:
REST API implementation generator for any2api
36 lines (35 loc) • 755 B
JSON
{
"name": "any2api-generator-rest",
"version": "0.2.4",
"author": "Johannes Wettinger <mail@jojow.de>",
"description": "REST API implementation generator for any2api",
"repository": {
"type": "git",
"url": "https://github.com/any2api/any2api-generator-rest"
},
"contributors": [
{
"name": "Johannes Wettinger",
"email": "mail@jojow.de"
}
],
"license": "MIT",
"keywords": [
"any2api",
"rest",
"api",
"generator"
],
"preferGlobal": false,
"dependencies": {
"lodash": "~3.1.0",
"async": "~0.9.0",
"fs-extra": "~0.18.3",
"raml2html": "~1.6.0",
"string": "~3.0.0",
"any2api-util": "*"
},
"scripts": {
"update-api-console": "sh ./tpl/console/update.sh"
}
}