-
Notifications
You must be signed in to change notification settings - Fork 796
/
package.json
55 lines (55 loc) · 1.64 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
{
"name": "esri-leaflet",
"version": "1.0.3",
"description": "Leaflet plugins for consuming ArcGIS Online and ArcGIS Server services",
"main": "dist/esri-leaflet.js",
"repository": {
"type": "git",
"url": "[email protected]:Esri/esri-leaflet.git"
},
"devDependencies": {
"assemble": "^0.4.37",
"grunt": "^0.4.2",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-connect": "^0.4.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-imagemin": "^0.7.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-gh-pages": "^0.8.1",
"grunt-karma": "^0.8.3",
"grunt-newer": "^0.7.0",
"grunt-releaseable": "0.0.16",
"grunt-sass": "^1.0.0",
"highlight.js": "^8.0.0",
"karma": "^0.12.16",
"karma-chai-sinon": "^0.1.3",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.1",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.0",
"karma-mocha-reporter": "^0.2.5",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sauce-launcher": "^0.2.10",
"load-grunt-tasks": "^0.4.0",
"sinon": "^1.11.1"
},
"scripts": {
"prepublish": "grunt prepublish",
"start": "grunt dev",
"test": "grunt test"
},
"author": "Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <[email protected]> (http://patrickarlt.com)",
"John Gravois <[email protected]> (http://johngravois.com)"
],
"license": "Apache-2.0",
"readmeFilename": "README.md",
"dependencies": {
"leaflet": "^0.7.3"
}
}