90 lines
2.3 KiB
JSON
90 lines
2.3 KiB
JSON
{
|
|
"name": "webtorrent-desktop",
|
|
"description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.",
|
|
"version": "0.6.0",
|
|
"author": {
|
|
"name": "WebTorrent, LLC",
|
|
"email": "feross@feross.org",
|
|
"url": "https://webtorrent.io"
|
|
},
|
|
"bin": {
|
|
"webtorrent-desktop": "./bin/cmd.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/webtorrent-desktop/issues"
|
|
},
|
|
"dependencies": {
|
|
"airplay-js": "guerrerocarlos/node-airplay-js",
|
|
"application-config": "^0.2.1",
|
|
"bitfield": "^1.0.2",
|
|
"chromecasts": "^1.8.0",
|
|
"create-torrent": "^3.24.5",
|
|
"deep-equal": "^1.0.1",
|
|
"dlnacasts": "^0.1.0",
|
|
"drag-drop": "^2.11.0",
|
|
"electron-localshortcut": "^0.6.0",
|
|
"electron-prebuilt": "1.1.1",
|
|
"fs-extra": "^0.27.0",
|
|
"hyperx": "^2.0.2",
|
|
"iso-639-1": "^1.2.1",
|
|
"languagedetect": "^1.1.1",
|
|
"main-loop": "^3.2.0",
|
|
"musicmetadata": "^2.0.2",
|
|
"network-address": "^1.1.0",
|
|
"prettier-bytes": "^1.0.1",
|
|
"run-parallel": "^1.1.6",
|
|
"simple-concat": "^1.0.0",
|
|
"simple-get": "^2.0.0",
|
|
"srt-to-vtt": "^1.1.1",
|
|
"virtual-dom": "^2.1.1",
|
|
"vlc-command": "^1.0.1",
|
|
"webtorrent": "0.x",
|
|
"winreg": "^1.2.0",
|
|
"zero-fill": "^2.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"cross-zip": "^2.0.1",
|
|
"electron-osx-sign": "^0.3.0",
|
|
"electron-packager": "^7.0.0",
|
|
"electron-winstaller": "^2.3.0",
|
|
"gh-release": "^2.0.3",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"nobin-debian-installer": "^0.0.10",
|
|
"open": "0.0.5",
|
|
"plist": "^1.2.0",
|
|
"rimraf": "^2.5.2",
|
|
"run-series": "^1.1.4",
|
|
"standard": "^7.0.0"
|
|
},
|
|
"homepage": "https://webtorrent.io",
|
|
"keywords": [
|
|
"desktop",
|
|
"electron",
|
|
"electron-app",
|
|
"hybrid webtorrent client",
|
|
"mad science",
|
|
"torrent client",
|
|
"torrent",
|
|
"webtorrent"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"optionalDependencies": {
|
|
"appdmg": "^0.4.3"
|
|
},
|
|
"productName": "WebTorrent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/webtorrent-desktop.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "node ./bin/clean.js",
|
|
"open-config": "node ./bin/open-config.js",
|
|
"package": "node ./bin/package.js",
|
|
"start": "electron .",
|
|
"test": "standard && node ./bin/check-deps.js",
|
|
"update-authors": "./bin/update-authors.sh"
|
|
}
|
|
}
|