UNPKG

mocha-jsdom

Version:

Simple integration of jsdom into mocha tests

43 lines (42 loc) 932 B
{ "name": "mocha-jsdom", "description": "Simple integration of jsdom into mocha tests", "version": "2.0.0", "author": "Rico Sta. Cruz <rico@ricostacruz.com>", "bugs": { "url": "https://github.com/rstacruz/mocha-jsdom/issues" }, "devDependencies": { "chai": "4.1.2", "istanbul": "0.4.5", "jquery": "3.3.1", "mocha": "5.2.0", "mocha-standard": "1.0.0", "standard": "11.0.1" }, "directories": { "test": "test" }, "homepage": "https://github.com/rstacruz/mocha-jsdom#readme", "keywords": [ "jsdom", "mocha" ], "license": "MIT", "main": "index.js", "peerDependencies": { "mocha": "*" }, "repository": { "type": "git", "url": "git+https://github.com/rstacruz/mocha-jsdom.git" }, "scripts": { "coverage": "istanbul cover _mocha -- -R spec", "test": "mocha" }, "browser": "browser.js", "dependencies": { "jsdom": "^11.11.0" } }