-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 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
{
"name": "turntable",
"version": "0.0.1",
"description": "turntable is an online platform for mentors, teachers and coaches",
"license": "MIT",
"repository": "http://github.com/sammoorhouse/turntabl",
"dependencies": {
"body-parser": "~1.15.0",
"bunyan": "^1.8.1",
"compression": "^1.6.2",
"connect-busboy": "0.0.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.2",
"dotenv": "^2.0.0",
"ejs": "~0.8.5",
"express": "4.14.0",
"express-session": "~1.11.2",
"opentok": "^2.3.2",
"passport": "^0.4.0",
"passport-auth0": "^0.6.0",
"pg": "6.1.0",
"pug": "^2.0.0-beta5",
"request": "^2.72.0",
"s3-policy": "^0.2.0",
"snyk": "^1.19.1",
"stripe": "^4.10.0"
},
"main": "server.js",
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "mocha test --recursive",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"devDependencies": {
"mocha": "^3.1.2",
"sinon": "^1.17.6",
"chai": "^3.5.0"
},
"snyk": true
}