45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "webtor",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"bitcoin-core": "^2.0.0",
|
|
"bittorrent-dht": "^9.0.0",
|
|
"bittorrent-tracker": "^9.10.1",
|
|
"body-parser": "^1.18.3",
|
|
"bootstrap": "^4.1.3",
|
|
"browserify": "^16.2.2",
|
|
"circular-json": "^0.5.5",
|
|
"cookie-parser": "^1.4.3",
|
|
"drag-drop": "^4.2.0",
|
|
"ejs": "^2.6.1",
|
|
"express": "^4.16.3",
|
|
"express-session": "^1.15.6",
|
|
"express-validator": "^5.3.0",
|
|
"install": "^0.12.1",
|
|
"jquery": "^3.3.1",
|
|
"jquery-ui": "^1.12.1",
|
|
"lodash": "^4.17.10",
|
|
"magnet-uri": "^5.2.3",
|
|
"npm": "^6.3.0",
|
|
"popper.js": "^1.14.4",
|
|
"watchify": "^3.11.0",
|
|
"webtorrent": "^0.102.1",
|
|
"webtorrent-hybrid": "^1.0.6"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^1.18.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "browserify public/js/main.js -o public/js/bundle.js",
|
|
"watch": "watchify public/js/main.js -o public/js/bundle.js",
|
|
"prestart": "npm run build",
|
|
"start": "nodemon --ignore public/js/bundle.js index.js",
|
|
"poststart": "npm run watch"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|