restaurants
Version:
Search a service and get a list of restaurants.
22 lines (21 loc) • 562 B
JSON
{
"name": "restaurants",
"version": "0.0.7",
"description": "Search a service and get a list of restaurants.",
"main": "index.js",
"keywords": [ "restaurant", "factual", "foursquare", "google", "opentable", "yelp" ],
"repository": {
"type": "git",
"url": "git://github.com/trevorgerhardt/restaurants.git"
},
"author": "Trevor Gerhardt",
"license": "BSD",
"dependencies": {
"commander": "~1.1.1",
"superagent": "~0.14.1",
"oauth": "~0.9.10",
"async": "~0.2.7",
"mapquest": "0.0.1"
},
"bin": "bin/restaurants"
}