UNPKG

sane-domparser-error

Version:

Provides sane parser errors for DOMParser and XHR

35 lines (34 loc) 909 B
{ "name": "sane-domparser-error", "version": "0.2.0", "description": "Provides sane parser errors for DOMParser and XHR", "main": "index.js", "scripts": { "test": "browserify test/sane-domparser-error.js | testling", "watchify": "watchify test/sane-domparser-error.js -o build/bundle.js" }, "repository": { "type": "git", "url": "git+https://github.com/cburgmer/sane-domparser-error.git" }, "keywords": [ "XML", "parser", "DOMParser", "XHR", "error" ], "author": "christoph.burgmer@gmail.com", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/cburgmer/sane-domparser-error/issues" }, "homepage": "https://github.com/cburgmer/sane-domparser-error#readme", "devDependencies": { "browserify": "^11.0.1", "browserify-tape-spec": "^1.1.2", "tape": "^4.2.0", "testling": "^1.7.1", "watchify": "^3.4.0" } }