node-yp
Version:
A wrapper library around the Yellow Pages API
23 lines (22 loc) • 553 B
JSON
{
"name": "node-yp",
"version": "0.1.3",
"description": "A wrapper library around the Yellow Pages API",
"main": "lib/yellowpages.js",
"repository": {
"type": "git",
"url": "https://github.com/JibSales/node-yp.git"
},
"keywords": [ "Yellow Pages", "yellow pages", "yp" ],
"bugs": {
"url" : "http://github.com/JibSales/node-yp/issues",
"email" : "info@jibsales.com"
},
"author": "JibSales",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"request": "~2.16.6",
"async": "~0.2.6"
}
}