-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
34 lines (34 loc) · 1 KB
/
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
{
"author": "https://github.com/elesdoar/leaflet-control-orderlayers/graphs/contributors",
"name": "leaflet.control.orderlayers",
"description": "leaflet.control.orderlayers - An Leaflet Control easily interact with Leaflet layers",
"version": "0.2.0",
"homepage": "http://elesdoar.github.io/leaflet-control-orderlayers/",
"repository": {
"type": "git",
"url": "https://github.com/elesdoar/leaflet-control-orderlayers"
},
"main": "dist/",
"keywords": [
"layers",
"leaflet",
"cli"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"grunt-cli": "latest",
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-watch": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-connect": "latest",
"grunt-karma": "latest",
"jasmine-node": "latest",
"karma": "latest",
"karma-ng-scenario": "latest",
"grunt-contrib-cssmin": "latest"
}
}