-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.53 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
54
55
56
{
"name": "rez-up",
"version": "1.0.0",
"description": "Application to find private event locations and post event locations ( UCB Full Stack Project 3)",
"main": "public/index.html",
"dependencies": {
"axios": "^0.16.2",
"babel-register": "^6.26.0",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"express": "^4.14.0",
"express-fileupload": "^0.1.4",
"express-session": "^1.10.1",
"method-override": "^2.3.9",
"mongoose": "^4.5.1",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"react": "^15.1.0",
"react-checkbox-group": "^3.3.1",
"react-dom": "^15.1.0",
"react-dropzone": "^4.1.0",
"react-router": "^2.4.1",
"routes": "^2.1.0",
"serve-favicon": "^2.4.3",
"sha1": "^1.1.1",
"superagent": "^3.6.0",
"webpack": "^1.13.1"
},
"devDependencies": {
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack & node server",
"start": "node server.js",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dnperera/RezUp.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dnperera/RezUp/issues"
},
"homepage": "https://github.com/dnperera/RezUp#readme"
}