2gis
Version:
A simple way to use the 2GIS API from Node.js
34 lines • 709 B
JSON
{
"name": "2gis",
"version": "0.0.2",
"main": "./lib/2gis",
"description": "A simple way to use the 2GIS API from Node.js",
"author": {
"name": "Andrey Chizh",
"email": "info.andreychizh@gmail.com",
"url": "http://andreychizh.com"
},
"keywords": [
"2gis",
"api",
"geo",
"search",
"map"
],
"repository": {
"type": "git",
"url": "git://github.com/AndreyChizh/node-2gis.git"
},
"devDependencies": {
"vows": "*"
},
"engines": {
"node": ">=0.6.0"
},
"dependencies": {
"request": "~2.2.9",
"waitress": ">=0.0.2"
},
"scripts": {
}
}