forked from fourThink/Relocalc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.28 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
{
"name": "relocalc",
"version": "0.0.0",
"description": "\"Relocation analysis tool\"",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Relocalc/Relocalc.git"
},
"keywords": [
"data",
"analysis",
"visualisation"
],
"author": "Richard Van Camp, Braden Walker, David Unkefer, Duevyn Cooke",
"license": "MIT",
"bugs": {
"url": "https://github.com/Relocalc/Relocalc/issues"
},
"homepage": "https://github.com/Relocalc/Relocalc#readme",
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "^1.13.2",
"browserify": "^10.2.6",
"browserify-middleware": "^6.0.0",
"express": "^4.13.1",
"firebase": "^2.2.9",
"geolib": "^2.0.17",
"knex": "^0.8.6",
"mithril": "^0.2.0",
"pg": "^4.4.0",
"request": "^2.60.0",
"request-promise": "^0.4.3",
"sweetalert": "^1.1.0",
"underscore": "^1.8.3",
"xml2js": "^0.4.9"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^1.11.2",
"gulp-nodemon": "^2.0.3",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.6",
"gulp-watch": "^4.3.2",
"jshint-stylish": "^2.0.1"
}
}