forked from PeaceGeeksSociety/services-advisor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
{
"name": "UNHCR",
"version": "0.0.0",
"description": "Map of services available to refugees in Jordan",
"main": "index.js",
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git://github.com/PeaceGeeksSociety/services-advisor.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"bower": "^1.3.1",
"browserify": "^9.0.8",
"gulp": "^3.6.2",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.7",
"gulp-sass": "^2.1.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^2.2.14",
"gulp-watchify": "^0.5.0",
"lazy": "1.0.11",
"underscore": "^1.8.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^3.2.0",
"underscore": "*"
},
"dependencies": {
"crossfilter": "^1.3.7",
"geojson-utils": "^1.1.0",
"glob": "^5.0.5",
"leaflet": "^0.7.2",
"leaflet.markercluster": "Leaflet/Leaflet.markercluster#232e93cc",
"mapbox.js": "^1.6.3",
"split": "^0.3.0",
"underscore": "*",
"angular-translate-loader-static-files": "^2.12.1"
}
}