use brfs on tests 2

This commit is contained in:
Feross Aboukhadijeh 2014-03-28 02:05:11 -07:00
parent bacceb2698
commit 9a49a7bd8e
2 changed files with 9 additions and 14 deletions

View File

@ -11,15 +11,16 @@
"url": "https://github.com/feross/ut_metadata/issues" "url": "https://github.com/feross/ut_metadata/issues"
}, },
"dependencies": { "dependencies": {
"bncode": "^0.5.0",
"bitfield": "^0.2.0", "bitfield": "^0.2.0",
"bncode": "^0.5.0",
"inherits": "^2.0.1", "inherits": "^2.0.1",
"rusha-browserify": "^0.7.3" "rusha-browserify": "^0.7.3"
}, },
"devDependencies": { "devDependencies": {
"tape": "2.x",
"bittorrent-protocol": "^1.0.0", "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", "homepage": "http://webtorrent.io",
"keywords": [ "keywords": [

View File

@ -3,17 +3,11 @@
"version": "0.0.0", "version": "0.0.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)", "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"browserify": { "browserify": {
"transform": [ "transform": ["brfs"]
"brfs"
]
}, },
"main": "basic.js", "license": "MIT",
"main": "index.js",
"scripts": { "scripts": {
"test": "tape *.js" "test": "tape test/*.js"
},
"devDependencies": {
"tape": "^2.12.0",
"brfs": "^1.0.0",
"browserify": "^3.33.1"
} }
} }