-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 704 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 704 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
{
"name": "civiqhq",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.6.15",
"body-parser": "^1.15.2",
"config": "^1.21.0",
"core-js": "^2.4.0",
"express": "^4.14.0",
"express-jwt": "^5.0.0",
"jsonwebtoken": "^7.1.9",
"multer": "^1.2.0",
"multer-s3": "^2.3.2",
"mysql": "^2.17.1",
"mysql2": "^1.7.0",
"password-hash-and-salt": "^0.1.4",
"pm2": "^2.0.15",
"reflect-metadata": "^0.1.3",
"sequelize": "^5.18.0",
"swagger-ui-express": "^4.0.2",
"yamljs": "^0.3.0",
"zone.js": "^0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"lite-server": "^2.2.0",
"node-sass": "^4.12.0"
}
}