app -> desktop

This commit is contained in:
Nate Goldman
2016-03-28 13:50:27 -07:00
parent df04363f7c
commit 986fbf5418

View File

@@ -1,5 +1,5 @@
{
"name": "webtorrent-app",
"name": "webtorrent-desktop",
"description": "WebTorrent, the streaming torrent client. For OS X, Windows, and Linux.",
"version": "0.1.1",
"author": {
@@ -8,7 +8,7 @@
"url": "http://feross.org"
},
"bugs": {
"url": "https://github.com/feross/webtorrent-app/issues"
"url": "https://github.com/feross/webtorrent-desktop/issues"
},
"dependencies": {
"airplay-js": "guerrerocarlos/node-airplay-js",
@@ -46,15 +46,17 @@
},
"homepage": "https://webtorrent.io",
"keywords": [
"desktop",
"electron",
"electron-app"
"electron-app",
"webtorrent"
],
"license": "MIT",
"main": "index.js",
"productName": "WebTorrent",
"repository": {
"type": "git",
"url": "git://github.com/feross/webtorrent-app.git"
"url": "git://github.com/feross/webtorrent-desktop.git"
},
"scripts": {
"clean": "node ./bin/clean.js",
@@ -66,6 +68,6 @@
"update-authors": "./bin/update-authors.sh"
},
"bin": {
"webtorrent-app": "./bin/cmd.js"
"webtorrent-desktop": "./bin/cmd.js"
}
}