-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 722 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 722 Bytes
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
{
"name": "multi-geocoder",
"version": "0.1.6",
"description": "NodeJS module for geocoding of address list",
"main": "index.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {
"superagent": "^2.0.0",
"lodash": "^3.10.0",
"lru-cache": "~2.6.5",
"inherit": "^2.2.2",
"jspath": "^0.3.1",
"vow": "^0.4.10",
"vow-queue": "^0.4.2"
},
"repository": {
"type": "git",
"url": "ssh://github.com/dimik/node-multi-geocoder.git"
},
"keywords": [
"geocoding",
"geocoder",
"yandex",
"google"
],
"author": "Dmitry Poklonskiy",
"license": "MIT",
"devDependencies": {
"mocha": "^1.21.4",
"should": "^4.0.4"
}
}