This commit is contained in:
Feross Aboukhadijeh
2016-04-04 19:36:21 -07:00
parent 361e811e93
commit 60daeb9225

View File

@@ -7,6 +7,9 @@
"email": "feross@feross.org", "email": "feross@feross.org",
"url": "http://feross.org" "url": "http://feross.org"
}, },
"bin": {
"webtorrent-desktop": "./bin/cmd.js"
},
"bugs": { "bugs": {
"url": "https://github.com/feross/webtorrent-desktop/issues" "url": "https://github.com/feross/webtorrent-desktop/issues"
}, },
@@ -42,9 +45,6 @@
"rimraf": "^2.5.2", "rimraf": "^2.5.2",
"standard": "^6.0.5" "standard": "^6.0.5"
}, },
"optionalDependencies": {
"appdmg": "^0.3.6"
},
"homepage": "https://webtorrent.io", "homepage": "https://webtorrent.io",
"keywords": [ "keywords": [
"desktop", "desktop",
@@ -54,6 +54,9 @@
], ],
"license": "MIT", "license": "MIT",
"main": "index.js", "main": "index.js",
"optionalDependencies": {
"appdmg": "^0.3.6"
},
"productName": "WebTorrent", "productName": "WebTorrent",
"repository": { "repository": {
"type": "git", "type": "git",
@@ -66,8 +69,5 @@
"start": "electron .", "start": "electron .",
"test": "standard", "test": "standard",
"update-authors": "./bin/update-authors.sh" "update-authors": "./bin/update-authors.sh"
},
"bin": {
"webtorrent-desktop": "./bin/cmd.js"
} }
} }