-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 994 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
38
39
40
{
"name": "ol-map-screenshot",
"version": "1.0.2",
"description": "A simple and easy-to-use library to provide the OpenLayers map screenshot.",
"main": "index.js",
"scripts": {
"start": "parcel test/index.html -p 9000 --no-cache"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmmluna/ol-map-screenshot.git"
},
"keywords": [
"openlayers",
"maps",
"ol",
"mapping",
"webmapping",
"sig",
"gis"
],
"author": {
"name": "José María Martínez Luna",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jmmluna/ol-map-screenshot/issues"
},
"homepage": "https://github.com/jmmluna/ol-map-screenshot#readme",
"dependencies": {
"ol": "^6.6.1"
},
"devDependencies": {
"parcel": "next"
},
"browserslist": [
"last 1 Chrome versions"
]
}