-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.31 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
{
"name": "bubo",
"version": "1.0.1",
"description": "",
"main": "server/server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjthom87/QuestGroupProject.git"
},
"author": "Team Bubo",
"license": "ISC",
"bugs": {
"url": "https://github.com/jjthom87/QuestGroupProject/issues"
},
"homepage": "https://github.com/jjthom87/QuestGroupProject#readme",
"dependencies": {
"animate.css": "^3.5.2",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"crypto-js": "^3.1.7",
"express": "^4.14.0",
"express-session": "^1.14.2",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.2.1",
"mysql": "^2.11.1",
"react": "^0.14.8",
"react-bootstrap": "^0.30.7",
"react-dom": "^0.14.8",
"react-router": "^2.8.1",
"sequelize": "^3.24.5",
"underscore": "^1.8.3"
},
"devDependencies": {
"babel-core": "^6.16.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"moment": "^2.15.1",
"rc-progress": "^2.0.1",
"react-hot-loader": "^1.3.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.1"
}
}