webtorrent-www relies on this name. I originally changed it because I thought the windows install builder was using it, but I pass all the options into that explicitly now, and even pass an option to prevent it from using package.json, so this should be okay.
69 lines
1.9 KiB
JSON
69 lines
1.9 KiB
JSON
{
|
|
"name": "webtorrent-app",
|
|
"description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "http://feross.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/webtorrent-app/issues"
|
|
},
|
|
"dependencies": {
|
|
"airplay-js": "guerrerocarlos/node-airplay-js",
|
|
"application-config": "^0.2.0",
|
|
"application-config-path": "^0.1.0",
|
|
"chromecasts": "^1.8.0",
|
|
"create-torrent": "^3.22.1",
|
|
"debug": "^2.2.0",
|
|
"drag-drop": "^2.11.0",
|
|
"electron-localshortcut": "^0.6.0",
|
|
"hyperx": "^2.0.2",
|
|
"main-loop": "^3.2.0",
|
|
"mkdirp": "^0.5.1",
|
|
"musicmetadata": "^2.0.2",
|
|
"network-address": "^1.1.0",
|
|
"path-exists": "^2.1.0",
|
|
"prettier-bytes": "^1.0.1",
|
|
"upload-element": "^1.0.1",
|
|
"virtual-dom": "^2.1.1",
|
|
"webtorrent": "^0.87.1",
|
|
"winreg": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"electron-osx-sign": "^0.3.0",
|
|
"electron-packager": "^5.0.0",
|
|
"electron-prebuilt": "0.37.2",
|
|
"electron-winstaller": "^2.0.5",
|
|
"gh-release": "^2.0.3",
|
|
"plist": "^1.2.0",
|
|
"rimraf": "^2.5.2",
|
|
"standard": "^6.0.5"
|
|
},
|
|
"optionalDependencies": {
|
|
"appdmg": "^0.3.6"
|
|
},
|
|
"homepage": "https://webtorrent.io",
|
|
"keywords": [
|
|
"electron",
|
|
"electron-app"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"productName": "WebTorrent",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/webtorrent-app.git"
|
|
},
|
|
"scripts": {
|
|
"clean": "node ./bin/clean.js",
|
|
"debug": "DEBUG=* electron .",
|
|
"package": "npm install && npm prune && npm dedupe && node ./bin/package.js",
|
|
"size": "npm run package -- --darwin && du -ch dist/WebTorrent-darwin-x64 | grep total",
|
|
"start": "electron .",
|
|
"test": "standard",
|
|
"update-authors": "./bin/update-authors.sh"
|
|
}
|
|
}
|