forked from ckirksey3/hot-dog-bot
-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
33 lines (33 loc) · 798 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
{
"name": "twitter-listbot",
"description": "A robot that retweets the contents of a twitter list.",
"version": "0.0.1",
"homepage": "https://github.com/bryanbraun/twitter-listbot",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/bryanbraun/twitter-listbot.git"
},
"bugs": {
"url": "https://github.com/bryanbraun/twitter-listbot/issues"
},
"dependencies": {
"tuiter": "~0.2.12",
"express": "~4.9.0",
"aws-sdk": "~2.52.0",
"request": "~2.81.0"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "0.8.x",
"npm": "2.1.x"
},
"author": {
"name": "Bryan Braun",
"email": "bbraun7@gmail.com",
"url": "http://www.bryanbraun.com"
},
"private": true,
"license": "MIT"
}