polendina
Version:
Non-UI browser testing for JavaScript libraries from the command-line
19 lines (18 loc) • 383 B
JSON
{
"name": "fixture-tape-failure",
"version": "1.0.0",
"description": "test fixture",
"main": "index.js",
"scripts": {
"test": "tape test.js"
},
"author": "Rod <rod@vagg.org> (http://r.va.gg/)",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/rvagg/polendina.git"
},
"devDependencies": {
"tape": "^5.6.3"
}
}