node-yelp-fusion
Version:
Node.js module for interfacing with Yelp's API v3.0(Fusion)
31 lines (30 loc) • 691 B
JSON
{
"name": "node-yelp-fusion",
"version": "1.0.4",
"description": "Node.js module for interfacing with Yelp's API v3.0(Fusion)",
"main": "node-yelp-fusion.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Yelp",
"Yelp-api",
"Yelp-Fusion",
"node-yelp",
"yelp-v3",
"node-yelp",
"node-yelp-fusion",
"node-yelp-v3"
],
"repository": {
"type": "git",
"url": "https://github.com/Chan11/node-yelp-fusion.git"
},
"homepage": "https://github.com/Chan11/node-yelp-fusion",
"author": "Chandrahas",
"license": "ISC",
"dependencies": {
"axios": "^0.15.3",
"querystring": "^0.2.0"
}
}