-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 872 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 872 Bytes
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
{
"name": "robincloud-openapi",
"version": "1.0.0",
"description": "RobinCloud OpenAPI",
"main": "app/index.js",
"scripts": {
"start": "nodemon app/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/robincloud/openapi.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/robincloud/openapi/issues"
},
"homepage": "https://github.com/robincloud/openapi#readme",
"dependencies": {
"aws-sdk": "^2.152.0",
"body-parser": "^1.18.2",
"command-line-args": "^4.0.7",
"express": "^4.16.2",
"jsonwebtoken": "^8.1.0",
"memcached-elasticache": "^1.1.0",
"node-schedule": "^1.2.5",
"nodemon": "^1.12.1",
"request": "^2.83.0",
"swagger-jsdoc": "^1.9.7",
"vee-validate": "^2.0.0-rc.21"
}
}