-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 942 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
{
"name": "openflix",
"version": "0.0.0",
"description": "In browser torrent streaming netflix clone",
"main": "server.js",
"scripts": {
"start": "node server.js",
"postinstall": "./node_modules/.bin/bower install"
},
"repository": {
"type": "git",
"url": "git://github.com/ricardocasares/openflix.git"
},
"keywords": [
"angular",
"angularjs",
"express",
"expressjs",
"boilerplate",
"netflix",
"clone"
],
"author": "Ricardo Casares",
"license": "MIT",
"bugs": {
"url": "https://github.com/ricardocasares/openflix/issues"
},
"homepage": "https://github.com/ricardocasares/openflix",
"dependencies": {
"adm-zip": "^0.4.4",
"body-parser": "^1.9.0",
"bower": "^1.3.12",
"debug": "^2.0.0",
"express": "^4.9.5",
"jade": "^1.7.0",
"node-captions": "^0.2.6",
"request": "^2.52.0"
},
"devDependencies": {
"wiredep": "^2.2.2"
}
}