UNPKG

nuddles

Version:

Node.js wrapper for the Foursquare API

29 lines (28 loc) 727 B
{ "name": "nuddles", "version": "2.0.1", "description": "Node.js wrapper for the Foursquare API", "main": "./index.js", "keywords": "Foursquare, http, wrapper", "scripts": { "test": "./node_modules/mocha/bin/mocha --timeout 15000 tests/**/*.js" }, "repository": { "type": "git", "url": "git+https://github.com/Zabanaa/nuddles.git" }, "author": "Karim Cheurfi <karim.cheurfi@gmail.com> (Zabana)", "license": "WTFPL", "bugs": { "url": "https://github.com/Zabanaa/nuddles/issues" }, "homepage": "https://github.com/Zabanaa/nuddles#readme", "devDependencies": { "chai": "^3.5.0", "chai-http": "^3.0.0", "mocha": "^3.1.2" }, "dependencies": { "nets": "^3.2.0" } }