-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 804 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 804 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
29
30
31
{
"name": "leaflet-tilefilter",
"version": "0.0.2",
"description": "Allows you to apply image filters to Leaflet map tiles",
"main": "dist/leaflet-tilefilter.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/humangeo/leaflet-tilefilter.git"
},
"keywords": [
"Leaflet",
"JavaScript",
"filter",
"tile"
],
"author": "Scott Fairgrieve",
"license": "MIT",
"bugs": {
"url": "https://github.com/humangeo/leaflet-tilefilter/issues"
},
"homepage": "https://github.com/humangeo/leaflet-tilefilter",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1"
}
}