forked from untapped-inc/sema-core
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.41 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "sema-core",
"version": "0.2.3",
"private": true,
"scripts": {
"start": "nodemon ./bin/www",
"populate": "chmod +x ./bin/populate-models && node ./bin/populate-models",
"postinstall": "yarn populate",
"test": "yarn populate && TZ='America/Los_Angeles' mocha --exit --timeout 10000"
},
"dependencies": {
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"body-parser": "~1.18.2",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"cron": "^1.5.0",
"datejs": "^1.0.0-rc3",
"debug": "~2.6.9",
"dotenv": "^5.0.1",
"express": "~4.15.5",
"express-validator": "^5.2.0",
"jade": "~1.11.0",
"js-base64": "^2.4.9",
"jsonwebtoken": "^8.2.2",
"lodash": "^4.17.10",
"moment": "^2.23.0",
"morgan": "~1.9.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"nodemon": "^1.17.5",
"parse-error": "^0.2.0",
"passport": "^0.4.0",
"passport-jwt": "^4.0.0",
"sequelize": "^4.37.10",
"sequelize-cli": "^4.0.0",
"serve-favicon": "~2.4.5",
"sprintf-js": "^1.1.1",
"uuid": "^3.2.1",
"validator": "^10.2.0",
"winston": "^2.4.2"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"eslint": "^5.10.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"mocha": "^5.1.1",
"sequelize-auto": "^0.4.29",
"supertest": "^3.3.0"
}
}