UNPKG

823 BJSONView Raw
1{
2 "name": "any2api-generator-rest",
3 "version": "0.1.21",
4 "author": "Johannes Wettinger <mail@jojow.de>",
5 "description": "REST API implementation generator for any2api",
6 "repository": {
7 "type": "git",
8 "url": "https://github.com/any2api/any2api-generator-rest"
9 },
10 "contributors": [
11 {
12 "name": "Johannes Wettinger",
13 "email": "mail@jojow.de"
14 }
15 ],
16 "license": "MIT",
17 "keywords": [
18 "any2api",
19 "rest",
20 "api",
21 "generator"
22 ],
23 "preferGlobal": false,
24 "dependencies": {
25 "lodash": "~3.1.0",
26 "async": "~0.9.0",
27 "fs-extra": "~0.16.3",
28 "js-yaml": "~3.2.5",
29 "raml2html": "~1.5.0",
30 "string": "~3.0.0",
31 "any2api-util": "*"
32 },
33 "scripts": {
34 "update-api-console": "sh ./tpl/console/update.sh"
35 },
36 "engines": {
37 "node": ">= 0.10"
38 }
39}