-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·82 lines (82 loc) · 2.45 KB
/
package.json
File metadata and controls
executable file
·82 lines (82 loc) · 2.45 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"name": "hyperTube",
"version": "0.0.0",
"private": true,
"scripts": {
"setup": "export PATH=$PWD/mongo/:$PATH",
"db": "./mongo/mongod --dbpath=\"$HOME/goinfre/data/db\"",
"server1": "nodemon ./server/bin/www",
"server2": "nodemon ./server2/bin/www",
"build": "del public/js/app && webpack --config webpack.config.dev.js --progress --profile --watch",
"watch": "babel -w torrent/ -d build/",
"torrent": "nodemon ./build/torrentServer.js"
},
"dependencies": {
"@angular/common": "2.0.1",
"@angular/compiler": "2.0.1",
"@angular/compiler-cli": "0.6.3",
"@angular/core": "2.0.1",
"@angular/forms": "2.0.1",
"@angular/http": "2.0.1",
"@angular/platform-browser": "2.0.1",
"@angular/platform-browser-dynamic": "2.0.1",
"@angular/platform-server": "2.0.1",
"@angular/router": "3.0.1",
"@angular/upgrade": "2.0.1",
"angular2-jwt": "^0.1.27",
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-register": "^6.18.0",
"bcryptjs": "^2.4.0",
"bencode": "^0.11.0",
"bignum": "^0.12.5",
"body-parser": "~1.15.1",
"bytes": "^2.4.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.3",
"core-js": "^2.4.1",
"debug": "~2.2.0",
"express": "^4.13.4",
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.0",
"hbs": "~4.0.0",
"html5-media-converter": "0.0.2",
"httpdispatcher": "^2.0.1",
"image-downloader": "^2.0.1",
"img-crawler": "0.0.2",
"jquery": "^3.1.1",
"jsonwebtoken": "^7.2.1",
"magnet-uri": "^5.1.5",
"mongoose": "^4.7.4",
"mongoose-unique-validator": "^1.0.3",
"morgan": "~1.7.0",
"nodemon": "^1.11.0",
"open": "0.0.5",
"passport": "^0.3.2",
"passport-42": "^1.2.0",
"request": "^2.79.0",
"rxjs": "^5.0.1",
"serve-favicon": "~2.3.0",
"thepiratebay": "^1.3.3",
"torrent-stream": "^1.0.3",
"zone.js": "^0.6.25"
},
"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/node": "0.0.2",
"angular2-router-loader": "^0.3.4",
"angular2-template-loader": "^0.6.0",
"awesome-typescript-loader": "^3.0.0-beta.9",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"del-cli": "^0.2.0",
"html-loader": "^0.4.4",
"raw-loader": "^0.5.1",
"rxjs": "^5.0.2",
"typescript": "^2.0.10",
"webpack": "^2.1.0-beta.21",
"webpack-merge": "^1.0.2"
}
}