-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (40 loc) · 942 Bytes
/
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
{
"name": "StudentToMentor",
"version": "0.0.1",
"private": true,
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "^4.14.0",
"express-session": "^1.13.0",
"jade": "~1.11.0",
"morgan": "~1.6.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"pg": "^4.4.3",
"q": "^1.0.1",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"sequelize": "3.19.2",
"webpack": "^1.13.3"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"expect.js": "^0.3.1",
"mocha": "^3.1.2"
},
"scripts": {
"test": "mocha --timeout 100000000",
"start": "./node_modules/.bin/webpack -d && node server.js"
},
"engines": {
"node": "4.6.1"
}
}