-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 747 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 747 Bytes
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
{
"name": "torrent",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"serve": "forever start -c nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crawler": "^1.3.0",
"express": "^4.17.1",
"eztv": "^1.0.0",
"jssoup": "0.0.12",
"mongoose": "^5.10.16",
"node-fetch": "^2.6.1",
"nodemon": "^2.0.6",
"peer": "^0.6.1",
"rarbg": "^1.3.2",
"rimraf": "^3.0.2",
"socket.io": "^3.0.4",
"torrent-search-api": "^2.1.3",
"torrent-stream": "^1.2.0",
"vtt-live-edit": "^1.0.7"
},
"engines": {
"node": "12.13.0"
}
}