-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 852 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 852 Bytes
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-polyutils",
"version": "0.3.0",
"description": "Utilities for Leaflet Polylines",
"keywords": [
"Leaflet",
"GIS"
],
"main": "src/leaflet.polyutils.js",
"bugs": {
"url": "https://github.com/opoto/leaflet.polyutils/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/opoto/leaflet.polyutils.git"
},
"license": "MIT",
"scripts": {
"test": "mocha-phantomjs test/index.html"
},
"peerDependencies": {},
"devDependencies": {
"leaflet": "^1.1.0",
"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": "^3.0.2",
"mocha-phantomjs": "^4.1.0",
"requirejs": "^2.2.0",
"sinon": "^1.17.5",
"regression": "^1.2.1"
}
}