-
Notifications
You must be signed in to change notification settings - Fork 90
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "leaflet-filelayer",
"version": "1.2.0",
"description": "Loads local files (GeoJSON, GPX, KML) into the map using the HTML5 FileReader API",
"keywords": [
"Leaflet",
"GIS",
"HTML5"
],
"main": "src/leaflet.filelayer.js",
"bugs": {
"url": "https://github.com/makinacorpus/Leaflet.FileLayer/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/makinacorpus/Leaflet.FileLayer.git"
},
"license": "MIT",
"scripts": {
"test": "mocha-phantomjs -p ./node_modules/.bin/phantomjs test/index.html",
"start": "live-server --open=./dev"
},
"peerDependencies": {
"leaflet": ">= 0.7.7 < 2",
"togeojson": "^0.16.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0",
"happen": "^0.3.1",
"live-server": "^1.1.0",
"mocha": "^4.0.1",
"mocha-phantomjs": "^4.1.0",
"phantomjs-prebuilt": "^2.1.16",
"requirejs": "^2.2.0",
"sinon": "^1.17.5"
}
}