forked from jkutianski/meetup-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.02 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
{
"name": "meetup-api",
"description": "Meetup API library",
"version": "1.4.31",
"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": ">=4.0.0"
},
"dependencies": {
"JSONStream": "1.3.x",
"event-stream": "3.3.x",
"superagent": "3.8.x",
"websocket-stream": "5.1.x"
},
"optionalDependencies": {
"oauth": "0.9.x",
"proxy-agent": "2.2.x",
"superagent-oauth": "0.2.x"
},
"devDependencies": {
"forallasync": "1.0.x"
},
"scripts": {
"test": "node ./test/testEndpoints.js"
},
"tonicExampleFilename": "tonicExample.js"
}