{
  "name": "test",
  "version": "0.0.0",
  "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
  "browserify": {
    "transform": ["brfs"]
  },
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  }
}