-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.05 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
{
"name": "minnesota-twitter-stream",
"version": "1.1.1",
"license": "MIT",
"description": "Displays and plots Minnesotan tweets in real-time.",
"author": {
"name": "Andrew Schneider",
"email": "andrew.mark.schneider@gmail.com",
"url": "https://github.com/schnogz"
},
"repository": {
"type": "git",
"url": "https://github.com/schnogz/minnesota-twitter-stream.git"
},
"bugs": {
"url": "https://github.com/schnogz/minnesota-twitter-stream/issues"
},
"keywords": [
"angular",
"angular material",
"twitter",
"tweets",
"minnesota"
],
"scripts": {
"postinstall": "bower install",
"start": "node app.js"
},
"engines": {
"node": "6.9.5"
},
"dependencies": {
"body-parser": "1.17.1",
"bower": "1.8.0",
"cookie-parser": "1.4.3",
"errorhandler": "1.5.0",
"express": "4.15.2",
"express-session": "1.15.2",
"jasmine-node": "1.14.5",
"method-override": "2.3.8",
"morgan": "1.8.1",
"oauth": "0.9.15",
"socket.io": "1.7.3",
"twitter": "1.7.0"
}
}