forked from Esri/esri-leaflet-geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.47 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.47 KB
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
{
"name": "esri-leaflet-geocoder",
"version": "0.0.1-beta.5",
"description": "A Leaflet plugin that allows users to search for locations on a map.",
"homepage": "https://github.com/Esri/esri-leaflet-geocoder",
"main": "dist/esri-leaflet-geocoder.js",
"repository": {
"type": "git",
"url": "git@github.com:Esri/esri-leaflet-geocoder.git"
},
"scripts": {
"prepublish": "node -e \"require('grunt').tasks(['prepublish']);\"",
"test": "node -e \"require('grunt').tasks(['test']);\""
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-cssmin": "^0.6.0",
"grunt-contrib-imagemin": "^0.3.0",
"grunt-contrib-jshint": "^0.4.3",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-karma": "^0.9.0",
"grunt-releaseable": "0.0.11",
"grunt-s3": "^0.2.0-alpha.3",
"karma": "^0.12.24",
"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"
},
"author": "Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)",
"contributors": [
"Patrick Arlt <parlt@esri.com> (http://patrickarlt.com)"
],
"license": "Apache 2.0",
"readmeFilename": "README.md",
"dependencies": {
"leaflet": "^0.7.0",
"esri-leaflet": "1.0.0-rc.2"
}
}