UNPKG

polendina

Version:

Non-UI browser testing for JavaScript libraries from the command-line

20 lines (19 loc) 403 B
{ "name": "fixture-mocha", "version": "1.0.0", "description": "test-fixture", "main": "index.js", "scripts": { "test": "mocha 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": { "chai": "^5.1.1", "mocha": "^11.0.1" } }