-
-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
30 lines (30 loc) · 804 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
{
"name": "generator-express-no-stress",
"version": "10.2.9",
"description": "Awesome APIs with ExpressJS and OpenAPI 3 (or Swagger 2): Features automatic request/resopnse validation, interactive api doc, and more.",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Carmine DiMascio <[email protected]> (https://github.com/cdimascio)",
"repository": {
"type": "git",
"url": "https://github.com/cdimascio/generator-express-no-stress"
},
"license": "MIT",
"dependencies": {
"yeoman-generator": "^5.6.1"
},
"devDependencies": {},
"keywords": [
"express",
"generator",
"yeoman-generator",
"structured-logging",
"12-factor-apps",
"babel",
"yarn",
"swagger",
"rest"
]
}