-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 903 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "swagger-template-es6-server",
"version": "0.0.5",
"description": "ES6 Template-set for swagger-codegen that generates much of the code required for a server-side solution.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steve-gray/swagger-template-es6-server.git"
},
"keywords": [
"swagger",
"template",
"es6",
"codegen",
"swagger-codegen"
],
"author": "Steve Gry",
"license": "MIT",
"bugs": {
"url": "https://github.com/steve-gray/swagger-template-es6-server/issues"
},
"homepage": "https://github.com/steve-gray/swagger-template-es6-server#readme",
"dependencies": {
"defaults-deep": "^0.2.3"
},
"engines": {
"node": ">=4.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
}
}