-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1009 Bytes
/
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
{
"name": "twitter-webhook-boilerplate-node",
"version": "1.0.0",
"description": "Sample web app and helper scripts to get started with Twitter's Account Activity API",
"engines": {
"node": "5.9.1"
},
"main": "index.js",
"scripts": {
"start": "node app.js"
},
"dependencies": {
"body-parser": "^1.16.1",
"command-line-args": "^5.0.1",
"csurf": "^1.9.0",
"ejs": "^2.5.7",
"express": "4.13.3",
"express-session": "^1.15.6",
"http-auth": "^3.2.3",
"memory-cache": "^0.2.0",
"nconf": "^0.8.4",
"passport": "^0.4.0",
"passport-twitter": "^1.0.4",
"prompt-promise": "^1.0.3",
"query-string": "^5.0.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"socket.io": "2.0.4",
"uuid": "^3.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/twitterdev/account-activity-dashboard"
},
"keywords": [
"node",
"heroku",
"express",
"webhook",
"twitter"
],
"license": "MIT"
}