forked from makinacorpus/Leaflet.TextPath
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 702 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 702 Bytes
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
{
"name": "leaflet-textpath",
"version": "1.2.1",
"description": "Shows a text (or a pattern) along a Polyline",
"keywords": [
"Leaflet",
"GIS",
"SVG"
],
"main": "leaflet.textpath.js",
"bugs": {
"url": "https://github.com/makinacorpus/Leaflet.TextPath/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/makinacorpus/Leaflet.TextPath.git"
},
"license": "MIT",
"scripts": {
"version": "git changelog -t $npm_package_version && git add CHANGELOG.md"
},
"peerDependencies": {
"leaflet": "^1.3.1"
},
"dependencies": {
"innersvg-polyfill": "0.0.2"
}
}