-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.36 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
{
"name": "goodgym",
"version": "1.0.0",
"description": "April 2017 - Prototype app consuming Yoti",
"main": "index.js",
"engines": {
"node": "6.10.3"
},
"scripts": {
"start": "node src/server-start.js",
"devStart": "./bin/dev-start",
"test": "./bin/test",
"buildCss": "./bin/build-css",
"watchCss": "./bin/watch-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/external-apps/Goodgym.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/external-apps/Goodgym/issues"
},
"homepage": "https://github.com/external-apps/Goodgym#readme",
"dependencies": {
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"env2": "^2.2.0",
"express": "^4.15.2",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.3",
"mongoose": "^4.9.8",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"request": "^2.81.0",
"yoti-node-sdk": "^1.0.2"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.3.0",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"supertest": "^3.0.0"
}
}