forked from AmbitiousElm/JobReferenceHub
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 759 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 759 Bytes
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
{
"name": "JobReferenceHub",
"version": "0.1.0",
"description": "",
"express": "^4.14.0",
"scripts": {
"start": "nodemon server/server.js",
"build": "babel src --out-dir dist --presets=es2015,react --ignore=node_modules,public,dist --source-maps inline --watch"
},
"devDependencies": {
"babel-cli": "^6.6.5",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bcrypt": "^1.0.0",
"body-parser": "^1.15.2",
"express": "^4.13.4",
"express-session": "^1.14.2",
"mongodb": "^2.2.12",
"mongoose": "^4.4.10",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0"
}
}