-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "sitatvegg",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"build": "gulp",
"test": "npm run test-unit && npm run test-integration",
"test-unit": "mocha test/unit/*.test.js",
"test-integration": "mocha test/integration/*.test.js"
},
"dependencies": {
"@hapi/joi": "^16.1.7",
"async": "^3.1.0",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-session": "^1.17.0",
"express-validator": "^6.2.0",
"fb": "^2.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-sass": "^4.0.2",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"passport": "^0.4.0",
"passport-auth0": "^1.2.1",
"pg": "^7.12.1",
"pg-native": "^3.0.0",
"pug": "^3.0.1",
"sequelize": "^5.19.6",
"sequelize-cli": "^5.5.1",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"bluebird": "^3.7.0",
"bootstrap": "^4.3.1",
"expect.js": "^0.3.1",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"mocha": "^6.2.1",
"sqlite3": "^4.1.0",
"supertest": "^4.0.2"
}
}