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"
},
"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": [

View File

@ -3,17 +3,11 @@
"version": "0.0.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (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"
}
}
}