UNPKG

should-html

Version:

HTML testing assertions for Should.js

32 lines (31 loc) 804 B
{ "name": "should-html", "version": "1.0.2", "description": "HTML testing assertions for Should.js", "main": "lib/index.js", "scripts": { "test": "node_modules/.bin/mocha --reporter spec --bail --timeout 15000" }, "repository": { "type": "git", "url": "git+https://github.com/SamyPesse/should-html.git" }, "keywords": [ "should-js", "html" ], "author": "Samy Pesse <samypesse@gmail.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/SamyPesse/should-html/issues" }, "homepage": "https://github.com/SamyPesse/should-html#readme", "dependencies": { "dom-compare": "Olegas/dom-compare#d9e9308f45beef4d91af9514093ff8a7a4dc64f6", "jsdom": "7.0.2" }, "devDependencies": { "mocha": "^2.4.5", "should": "^8.3.0" } }