-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
31 lines (31 loc) · 907 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
{
"name": "leaflet-streetlabels",
"version": "1.0.5",
"description": "Display the street labels following polylines for Leaflet",
"main": "dist/Leaflet.streetlabels.js",
"directories": {
"example": "demo"
},
"scripts": {
"build": "npm install && npm audit fix --force && uglifyjs src/L.LabelTextCollision.js src/Leaflet.streetlabels.js -o dist/Leaflet.streetlabels.js && uglifyjs src/L.LabelTextCollision.js src/Leaflet.streetlabels.js -m -c -o docs/Leaflet.streetlabels.js",
"test": "jshint src/Leaflet.streetlabels.js"
},
"repository": {
"type": "git",
"url": "git://github.com/3mapslab/Leaflet.streetlabels.git"
},
"keywords": [
"leaflet",
"maps",
"street",
"labels",
"label"
],
"devDependencies": {
"jshint": "^2.11.0",
"uglify-js": "^3.4.9"
},
"author": "Jorge Santos",
"license": "ISC",
"readmeFilename": "README.md"
}