diff --git a/package.json b/package.json index fb40b91..dae73d2 100644 --- a/package.json +++ b/package.json @@ -11,15 +11,16 @@ "url": "https://github.com/feross/ut_metadata/issues" }, "dependencies": { - "bncode": "^0.5.0", "bitfield": "^0.2.0", + "bncode": "^0.5.0", "inherits": "^2.0.1", "rusha-browserify": "^0.7.3" }, "devDependencies": { - "tape": "2.x", "bittorrent-protocol": "^1.0.0", - "parse-torrent": "^0.6.0" + "brfs": "^1.0.0", + "parse-torrent": "^0.6.0", + "tape": "^2.12.0" }, "homepage": "http://webtorrent.io", "keywords": [ diff --git a/test/package.json b/test/package.json index fc0f187..ac999e1 100644 --- a/test/package.json +++ b/test/package.json @@ -3,17 +3,11 @@ "version": "0.0.0", "author": "Feross Aboukhadijeh (http://feross.org/)", "browserify": { - "transform": [ - "brfs" - ] + "transform": ["brfs"] }, - "main": "basic.js", + "license": "MIT", + "main": "index.js", "scripts": { - "test": "tape *.js" - }, - "devDependencies": { - "tape": "^2.12.0", - "brfs": "^1.0.0", - "browserify": "^3.33.1" + "test": "tape test/*.js" } -} +} \ No newline at end of file