-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 909 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 909 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
35
36
{
"name": "magnet-api",
"version": "1.0.0",
"description": "Magnet links API",
"main": "index.js",
"scripts": {
"start": "bin/start-nginx cross-env NODE_ENV=production node index.js",
"dev": "node index.js",
"postinstall": "npm ddp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UnblockerAPI/magnet-api.git"
},
"keywords": [
"magnet"
],
"author": "Marise Hayashi <@limitedeternity> (https://limitedeternity.github.io/)",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/UnblockerAPI/magnet-api/issues"
},
"engines": {
"node": "12.2.0",
"npm": "6.9.0"
},
"homepage": "https://github.com/UnblockerAPI/magnet-api#readme",
"dependencies": {
"compression": "^1.7.4",
"cross-env": "^7.0.3",
"express": "^4.17.1",
"generic-pool": "^3.7.2",
"helmet": "^4.4.1",
"webtorrent": "^0.106.0"
}
}