-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.42 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": "bloombus_server",
"version": "1.0.0",
"description": "Source code for Bloomsburg University Bus Tracking App",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/riodw/BloomBus-Server.get"
},
"keywords": [
"bloomsburg",
"university",
"bus",
"gps",
"schedule",
"tracking",
"app",
"application"
],
"author": "Daniel Pany, Rio Weber",
"license": "MIT",
"bugs": {
"url": "https://github.com/riodw/BloomBus-Server/issues"
},
"homepage": "http://148.137.138.107:8080/",
"dependencies": {
"body-parser": "^1.15.2",
"connect-mongo": "^1.3.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"firebase": "^3.5.1",
"history": "^4.4.0",
"mongodb": "^2.2.9",
"mongoose": "^4.6.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-router": "^3.0.0",
"serialport": "^4.0.1",
"xbee-api": "^0.4.3"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-html-attrs": "^2.0.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"webpack": "^1.13.3"
}
}