-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
51 lines (51 loc) · 1.09 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "meetup-api",
"description": "Meetup API library",
"version": "1.4.39",
"keywords": [
"meetup",
"api"
],
"main": "index.js",
"author": {
"name": "Juan Pablo Kutianski",
"email": "[email protected]",
"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": "^4.0.1",
"superagent-oauth": ">=0.2.3"
},
"devDependencies": {
"forallasync": ">=1.0.2"
},
"scripts": {
"test": "node ./test/testEndpoints.js"
},
"tonicExampleFilename": "tonicExample.js"
}