13 lines
258 B
JSON
13 lines
258 B
JSON
{
|
|
"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"
|
|
}
|
|
} |