-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 969 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": "leaflet.draw-arc",
"version": "1.0.1",
"description": "Leaflet Draw inspired handlers for leaflet.arc",
"main": "Leaflet.draw-arc.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config rollup.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjwtay/Leaflet.draw-arc.git"
},
"author": "Jeffrey Taylor",
"license": "ISC",
"bugs": {
"url": "https://github.com/jjwtay/Leaflet.draw-arc/issues"
},
"homepage": "https://github.com/jjwtay/Leaflet.draw-arc#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-latest": "^6.24.1",
"eslint": "^4.3.0",
"geolib": "^2.0.22",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-node-resolve": "^3.0.0"
},
"dependencies": {
"the-answer": "^1.0.0"
}
}