Files
webtorrent-desktop/package.json
Feross Aboukhadijeh fd7c819a4e remove electron-debug
2016-03-02 14:20:56 -08:00

58 lines
1.4 KiB
JSON

{
"name": "webtorrent-app",
"description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.",
"version": "0.0.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": "^0.2.16",
"chromecasts": "^1.8.0",
"create-torrent": "^3.22.1",
"debug": "^2.2.0",
"drag-drop": "^2.3.1",
"network-address": "^1.1.0",
"pretty-bytes": "^3.0.0",
"throttleit": "^1.0.0",
"thunky": "^0.1.0",
"upload-element": "^1.0.1",
"virtual-dom": "^2.1.1",
"webtorrent": "^0.81.0",
"xhr": "^2.2.0"
},
"devDependencies": {
"electron-packager": "^5.0.0",
"electron-prebuilt": "^0.36.0",
"standard": "^6.0.5"
},
"electronVersion": "0.36.0",
"files": [
"index.js",
"index.html",
"index.css"
],
"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": {
"build": "electron-packager . $npm_package_productName --out=dist --ignore='^/dist$' --prune --asar --all --version=$npm_package_electronVersion",
"debug": "DEBUG=* electron .",
"start": "electron .",
"test": "standard"
}
}