forked from rob-murray/os-leaflet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 915 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
37
{
"name": "os-leaflet",
"version": "0.2.1",
"description": "A Leaflet js TileLayer using Ordnance Survey OpenSpace web map service",
"main": "OSOpenSpace.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"OSOpenSpace.js\"; true"
},
"repository": {
"type": "git",
"url": "https://github.com/rob-murray/os-leaflet.git"
},
"keywords": [
"leaflet",
"ordnance",
"survey",
"os",
"osgb",
"openspace"
],
"author": "Rob Murray <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rob-murray/os-leaflet/issues"
},
"homepage": "https://github.com/rob-murray/os-leaflet",
"dependencies": {
"leaflet": "^1.0.3",
"proj4leaflet": "^1.0.1"
},
"devDependencies": {
"eslint": "^3.2.2",
"eslint-config-airbnb-base": "^5.0.1",
"eslint-plugin-import": "^1.12.0"
}
}