-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 887 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
{
"name": "arcgis-maps-js-draggable-marker",
"version": "1.0.14",
"description": "Draggable marker for an ArcGIS Maps SDK for JS Map.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist"
},
"keywords": [
"map",
"arcgis",
"marker",
"javascript"
],
"author": "Courtney Yatteau",
"license": "ISC",
"dependencies": {
"@arcgis/core": "^4.26.5"
},
"devDependencies": {
"@babel/cli": "^7.21.0",
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyatteau/arcgis-maps-js-draggable-marker.git"
},
"bugs": {
"url": "https://github.com/cyatteau/arcgis-maps-js-draggable-marker/issues"
},
"homepage": "https://github.com/cyatteau/arcgis-maps-js-draggable-marker#readme"
}