forked from PeaceGeeksSociety/services-advisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 801 Bytes
/
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
{
"name": "UNHCR",
"version": "0.0.0",
"description": "Map of services available to refugees in Jordan",
"main": "index.js",
"directories": {
"doc": "doc"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"gulp": "^3.6.2",
"gulp-util": "^2.2.14",
"vinyl-source-stream": "^0.1.1",
"watchify": "^0.10.1",
"gulp-sass": "~0.7.1",
"gulp-concat": "^2.5.2",
"gulp-uglify": "^1.2.0"
},
"dependencies": {
"crossfilter": "^1.3.7",
"jquery": "^2.1.1",
"leaflet": "^0.7.2",
"leaflet.markercluster": "https://github.com/Leaflet/Leaflet.markercluster/archive/master.tar.gz",
"mapbox.js": "^1.6.3",
"split": "^0.3.0",
"geojson-utils": "^1.1.0"
}
}