-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
62 lines (62 loc) · 1.62 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "esri-leaflet-legend",
"version": "2.0.1",
"description": "Layer legend plugin for esri-leaflet",
"main": "dist/esri-leaflet-legend.js",
"scripts": {
"test": "grunt test",
"start": "grunt",
"build": "grunt build"
},
"repository": {
"type": "git",
"url": "[email protected]:w8r/esri-leaflet-legend.git"
},
"keywords": [
"esri",
"leaflet",
"legend",
"legendgraphics",
"layer",
"symbols"
],
"author": "Alexander Milevski <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/w8r/esri-leaflet-legend/issues"
},
"homepage": "https://github.com/w8r/esri-leaflet-legend#readme",
"dependencies": {
"esri-leaflet": "^2.0.6",
"leaflet": "~1.0.2"
},
"devDependencies": {
"assemble": "^0.17.1",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-assemble": "^0.5.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-karma": "^2.0.0",
"grunt-newer": "^1.2.0",
"highlight.js": "^9.9.0",
"karma": "^1.3.0",
"karma-chai-sinon": "^0.1.5",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"karma-phantomjs-launcher": "^1.0.2",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.1.0",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.2.0",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}