forked from bojko108/ol-esri-style
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 840 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
{
"name": "ol-esri-style",
"version": "2.0.10",
"description": "Convert ESRI styles to OpenLayers styles",
"main": "src/index.js",
"scripts": {
"test": "parcel example/index.html",
"patch": "npm version patch --no-git-tag-version",
"minor": "npm version minor --no-git-tag-version",
"major": "npm version major --no-git-tag-version"
},
"repository": {
"type": "git",
"url": "git://github.com/bojko108/ol-esri-style.git"
},
"keywords": [
"openlayers",
"esri",
"styles"
],
"author": "bojko108 <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bojko108/ol-esri-style/issues"
},
"homepage": "https://github.com/bojko108/ol-esri-style#readme",
"dependencies": {
"ol": "^6.4.3"
},
"devDependencies": {
"parcel": "^2.0.0-beta.1"
}
}