ut_metadata/test/package.json

13 lines
258 B
JSON
Raw Normal View History

2014-03-28 08:55:45 +00:00
{
"name": "test",
"version": "0.0.0",
"author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)",
"browserify": {
2014-03-28 09:05:11 +00:00
"transform": ["brfs"]
2014-03-28 08:55:45 +00:00
},
2014-03-28 09:05:11 +00:00
"license": "MIT",
"main": "index.js",
2014-03-28 08:55:45 +00:00
"scripts": {
2014-03-28 09:05:11 +00:00
"test": "tape test/*.js"
2014-03-28 08:55:45 +00:00
}
2014-03-28 09:05:11 +00:00
}