-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.11 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
{
"name": "OpenDispatch",
"version": "1.0.0",
"description": "A dispatching system that efficiently matches drivers with riders.",
"main": "index.js",
"scripts": {
"beefy": "beefy static/backbone/riderApp/index.js:static/rider.js static/backbone/dispatchApp/index.js:static/dispatch.js --live",
"test": "node ./test/conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Freyert/OpenDispatch.git"
},
"keywords": [
"accesibility",
"maps"
],
"author": "Fulton Byrne, and Connor Hamlet",
"license": "ISC",
"bugs": {
"url": "https://github.com/Freyert/OpenDispatch/issues"
},
"homepage": "https://github.com/Freyert/OpenDispatch",
"dependencies": {
"backbone": "^1.1.2",
"body-parser": "^1.10.0",
"express": "^4.10.6",
"google-maps": "^2.1.1",
"jade": "^1.9.2",
"jquery": "^2.1.3",
"mongoose": "^3.8.21",
"swagger-node-express": "^2.1.3",
"underscore": "^1.8.2"
},
"devDependencies": {
"beefy": "^2.1.3",
"browserify": "^9.0.3",
"glob": "^4.3.2",
"gulp": "^3.8.10",
"jasmine-reporters": "^1.0.1"
}
}