This repository has been archived by the owner on Sep 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
60 lines (60 loc) · 1.58 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
57
58
59
60
{
"name": "Rostr",
"version": "1.0.0",
"description": "Employee management system",
"main": "server.js",
"scripts": {
"build": "webpack",
"start": "node server",
"dev": "npm run build && npm start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mystr-Melbourne/Rostr"
},
"author": "HB,NC,AR,CS",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mystr-Melbourne/Rostr/issues"
},
"homepage": "https://github.com/Mystr-Melbourne/Rostr#readme",
"dependencies": {
"axios": "^0.15.3",
"bluebird": "^3.5.3",
"body-parser": "^1.15.2",
"express": "^4.16.4",
"express-session": "^1.14.2",
"fast-csv": "^2.4.1",
"fs": "0.0.1-security",
"js-file-download": "^0.4.4",
"json2csv": "^4.3.2",
"mongo-to-csv": "^1.0.1",
"mongoexport-wrapper": "^1.0.1",
"mongoose": "^4.13.17",
"mongoose-to-csv": "^0.1.1",
"morgan": "^1.9.1",
"node-csv-converter": "^1.0.0",
"passport": "^0.3.2",
"passport-google-auth": "^1.0.1",
"passport-google-oauth": "^1.0.0",
"passport-linkedin-oauth2": "^1.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"phone": "^2.3.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-router": "^3.0.0",
"twilio": "^3.25.0"
},
"devDependencies": {
"dotenv": "^4.0.0",
"babel-core": "^6.3.13",
"babel-loader": "^6.2.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"concurrently": "^4.1.0",
"spawn-sync": "^2.0.0",
"webpack": "^1.13.1"
}
}