forked from nchaulet/node-geocoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 981 Bytes
/
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
{
"name": "node-geocoder",
"version": "2.21.0",
"description": "Node Geocoder, node geocoding library, supports google maps, mapquest, open street map, tom tom, promise",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --check-leaks",
"lint": "./node_modules/.bin/jshint lib test"
},
"bin": {
"geocoder": "bin/geocoder",
"geocoder-reverse": "bin/geocoder-reverse"
},
"repository": {
"type": "git",
"url": "https://github.com/nchaulet/node-geocoder.git"
},
"keywords": [
"geocoder",
"geocoding",
"geo",
"google",
"maps",
"mapquest",
"agol",
"arcgis",
"tomtom"
],
"author": "nchaulet",
"license": "MIT",
"bugs": {
"url": "https://github.com/nchaulet/node-geocoder/issues"
},
"dependencies": {
"commander": "^2.6.0",
"q": "^1.1.2"
},
"devDependencies": {
"chai": "^1.8.1",
"jshint": "^2.5.11",
"mocha": "^1.14.0",
"sinon": "^1.7.3"
}
}