forked from fac-12/Albert-Kennedy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "albert-kennedy",
"version": "1.0.0",
"description": "## Inter-AKT App - Connecting young people within the LBGT to mentors.",
"main": "index.js",
"engines": {
"node": "8.6.0"
},
"scripts": {
"start": "node ./server/server.js",
"postinstall": "cd client && npm i",
"test": "echo \"Error: no test specified\" && exit 1",
"client": "node start-client.js",
"server": "nodemon ./server/server.js",
"dev": "concurrently \"npm run server \" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/fac-12/Albert-Kennedy.git"
},
"author": "Hannah, Lucy and Sophie",
"license": "ISC",
"bugs": {
"url": "https://github.com/fac-12/Albert-Kennedy/issues"
},
"homepage": "https://github.com/fac-12/Albert-Kennedy#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"env2": "^2.2.0",
"eslint": "^4.17.0",
"express": "^4.16.2",
"jwt-simple": "^0.5.1",
"lodash": "^4.17.5",
"nodemailer": "^4.4.2",
"nodemon": "^1.14.12",
"passport": "^0.4.0",
"passport-jwt": "^3.0.1",
"passport-local": "^1.0.0",
"pg-promise": "^7.4.1",
"redux-thunk": "^2.2.0",
"request": "^2.83.0"
},
"devDependencies": {
"concurrently": "^3.5.1"
}
}