-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 764 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 764 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
34
{
"name": "api_jwt",
"version": "1.0.0",
"description": "Api JWT",
"main": "app.js",
"scripts": {
"start": "node app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chicofos/API_JWT.git"
},
"keywords": [
"api",
"jwt"
],
"author": "Francisco Ochoa",
"license": "ISC",
"bugs": {
"url": "https://github.com/chicofos/API_JWT/issues"
},
"homepage": "https://github.com/chicofos/API_JWT#readme",
"dependencies": {
"body-parser": "^1.15.2",
"cors": "^2.8.4",
"express": "^4.14.0",
"jsonwebtoken": "^7.1.9",
"mongoose": "^4.6.0",
"morgan": "^1.8.2",
"swagger-node-express": "~2.0",
"minimist": "*"
}
}