use brfs on tests

This commit is contained in:
Feross Aboukhadijeh 2014-03-28 01:55:45 -07:00
parent 520a8616fa
commit bacceb2698
1 changed files with 19 additions and 0 deletions

19
test/package.json Normal file
View File

@ -0,0 +1,19 @@
{
"name": "test",
"version": "0.0.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"browserify": {
"transform": [
"brfs"
]
},
"main": "basic.js",
"scripts": {
"test": "tape *.js"
},
"devDependencies": {
"tape": "^2.12.0",
"brfs": "^1.0.0",
"browserify": "^3.33.1"
}
}