-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 999 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
{
"name": "Shebbak",
"version": "0.0.1",
"description": "A simple application built with AngularJS, NodeJS and styled with Twitter Bootstrap to fetch new tweets stream for a specific #hashtag.",
"main": "index.js",
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/bingorabbit/Shebbak.git"
},
"keywords": [
"AngularJS",
"NodeJS",
"CATReloaded",
"CATScope",
"Twitter",
"Bootstrap"
],
"author": "Ibrahim Abdel Fattah Mohamed",
"license": "ISC",
"bugs": {
"url": "https://github.com/bingorabbit/Shebbak/issues"
},
"homepage": "https://github.com/bingorabbit/Shebbak",
"dependencies": {
"body-parser": "^1.12.2",
"bower": "^1.4",
"cookie-parser": "^1.3.4",
"ejs": "^2.3.1",
"express": "^4.12.3",
"express-session": "^1.10.4",
"jade": "^1.9.2",
"oauth": "^0.9.12",
"socket.io": "^1.3.5",
"twit": "^1.1.20"
}
}