UNPKG

meetup-api

Version:
52 lines (51 loc) 1.17 kB
{ "name": "meetup-api", "description": "Meetup API library", "version": "1.4.39", "keywords": [ "meetup", "api" ], "main": "index.js", "author": { "name": "Juan Pablo Kutianski", "email": "jkutianski@gmail.com", "url": "https://github.com/jkutianski" }, "bugs": { "url": "http://github.com/jkutianski/meetup-api/issues" }, "repository": { "type": "git", "url": "http://github.com/jkutianski/meetup-api.git" }, "license": "GPL-3.0", "directories": { "lib": "./lib", "example": "./examples" }, "engine-strict": true, "engines": { "node": ">=6.0.0" }, "dependencies": { "mime": "^2.0.3", "JSONStream": "^1.3.5", "event-stream": "^4.0.1", "superagent": "^5.0.2", "superagent-throttle": "^1.0.0", "websocket-stream": "^5.1.2" }, "optionalDependencies": { "oauth": ">=0.9.15", "proxy-agent": ">=3.1.1", "superagent-oauth": ">=0.2.3" }, "devDependencies": { "forallasync": ">=1.0.2" }, "scripts": { "test": "node ./test/testEndpoints.js" }, "tonicExampleFilename": "tonicExample.js" }