-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 910 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
33
34
35
36
{
"name": "leaflet-geojson-stream",
"version": "0.0.0",
"description": "leaflet geojson loading with streaming",
"main": "index.js",
"scripts": {
"test": "mocha -R spec",
"build": "browserify -s leafletGeojsonStream index.js > leafletgeojsonstream.js && uglifyjs leafletgeojsonstream.js -c -m > leafletgeojsonstream.min.js"
},
"repository": {
"type": "git",
"url": "git://github.com/tmcw/leaflet-geojson-stream.git"
},
"keywords": [
"leaflet",
"stream",
"ajax",
"geojson"
],
"author": "Tom MacWright",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/tmcw/leaflet-geojson-stream/issues"
},
"dependencies": {
"hyperquest": "~0.3.0",
"geojson-stream": "0.0.0",
"through": "~2.3.4"
},
"devDependencies": {
"browserify": "~3.44.2",
"express": "~3.4.1",
"leaflet": "~0.7.2",
"uglifyjs": "~2.3.6"
}
}