-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 821 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 821 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
36
{
"name": "nodejs-yandex-geocoder",
"description": "A lightweight Yandex geocoder library for NodeJS.",
"version": "1.0.5",
"license": "MIT",
"author": "Yuriy Bushev <bushevuv@gmail.com>",
"contributors": [
{
"name": "Dmitry Kshevsky",
"email": "rudimo@yandex.ru"
}
],
"keywords": [
"geocoder",
"yandex"
],
"dependencies": {
"request": "2.72.0"
},
"devDependencies": {
"mocha": "2.3.3",
"should": "8.1.1"
},
"scripts": {
"test": "mocha ./test/index.js"
},
"engine": "node >= 5.11.0",
"repository": {
"type": "git",
"url": "git+https://github.com/bushev/nodejs-yandex-geocoder"
},
"bugs": {
"url": "https://github.com/bushev/nodejs-yandex-geocoder/issues"
},
"homepage": "https://github.com/bushev/nodejs-yandex-geocoder"
}