-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 866 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": "Leaflet.debug",
"version": "0.0.1",
"description": "A simple debug plugin for Leaflet",
"keywords": [
"gis",
"leaflet",
"map",
"debug"
],
"homepage": "https://github.com/aaronr/Leaflet.debug",
"bugs": "https://github.com/aaronr/Leaflet.debug/issues",
"license": "MIT",
"author": "Aaron Racicot <[email protected]>",
"main": "src/Leaflet.debug.js",
"repository": {
"type": "git",
"url": "https://github.com/aaronr/leaflet.debug.git"
},
"dependencies": {
"leaflet": "0.7.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-copy": "0.4.x",
"grunt-contrib-clean": "0.5.x",
"grunt-contrib-jshint": "0.7.x",
"grunt-browserify": "1.2.x",
"grunt-contrib-uglify": "0.2.x",
"grunt-zip": "0.10.x",
"browserify": "2.35.4",
"brfs": "0.0.8"
}
}