-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
35 lines (35 loc) · 845 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
35
{
"name": "Leaflet.geojsonCSS",
"version": "0.0.0",
"description": "Geojson CSS implementation for Leaflet",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/albburtsev/Leaflet.geojsonCSS.git"
},
"keywords": [
"leaflet",
"leaflet plugin",
"geojson",
"styling",
"svg",
"css"
],
"author": {
"name": "Alexander Burtsev",
"url": "https://github.com/albburtsev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/albburtsev/Leaflet.geojsonCSS/issues"
},
"homepage": "https://github.com/albburtsev/Leaflet.geojsonCSS",
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jscs-checker": "^0.4.1",
"matchdep": "^0.3.0"
}
}