-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.14 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
{
"name": "tweet-map",
"version": "0.0.1",
"private": true,
"description": "A basic tweet map to learn aws elastic beanstalk and elb, and coffeescript and express.",
"scripts": {
"start": "node server/app.js",
"dev": "NODE_ENV=dev node server/app.js",
"debug": "NODE_ENV=dev node debug server/app.js",
"setenv": "eb setenv `cat server/config/env/keys.env`"
},
"repository": {
"type": "git",
"url": "https://github.com/jamiis/tweet-map.git"
},
"author": "Jamis Johnson",
"license": "ISC",
"bugs": {
"url": "https://github.com/jamiis/tweet-map/issues"
},
"homepage": "https://github.com/jamiis/tweet-map",
"dependencies": {
"alchemy-api": "^1.1.0",
"async": "^0.9.0",
"aws-sdk": "^2.0.31",
"aws-snsclient": "^0.2.0",
"body-parser": "^1.10.0",
"bower": "^1.3.12",
"cluster": "^0.7.7",
"dynamodb": "^0.3.6",
"express": "^4.10.0",
"jade": "^1.7.0",
"lodash": "^2.4.1",
"node-env-file": "^0.1.4",
"serve-favicon": "^2.1.6",
"socket.io": "^1.2.0",
"twit": "^1.1.18",
"underscore": "^1.7.0",
"underscore.deep": "^0.5.1"
},
"devDependencies": {}
}