UNPKG

get-root-node-polyfill

Version:
48 lines (47 loc) 1.33 kB
{ "name": "get-root-node-polyfill", "version": "1.0.0", "description": "Polyfill for the new Node method getRootNode", "main": "index.js", "scripts": { "test:eslint": "eslint .", "test": "karma start karma.conf.js --single-run && npm run test:eslint", "test:watch": "karma start karma.conf.js --single-run" }, "repository": { "type": "git", "url": "git+https://github.com/foobarhq/get-root-node-polyfill.git" }, "keywords": [ "DOM", "DOM4", "Polyfill", "getRootNode", "rootNode", "Node" ], "author": "Guylian Cox <guyliancox@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/foobarhq/get-root-node-polyfill/issues" }, "homepage": "https://github.com/foobarhq/get-root-node-polyfill#readme", "devDependencies": { "@foobarhq/eslint-config": "^3.2.0", "bdd-lazy-var": "^1.2.0", "chai": "^3.5.0", "dirty-chai": "^1.2.2", "eslint": "^4.17.0", "istanbul-instrumenter-loader": "^1.0.0", "karma": "^1.3.0", "karma-chrome-launcher": "^2.0.0", "karma-coverage": "^1.1.1", "karma-firefox-launcher": "^1.0.0", "karma-mocha": "^1.2.0", "karma-phantomjs-launcher": "^1.0.2", "karma-spec-reporter": "0.0.26", "karma-webpack": "^1.8.0", "mocha": "^3.1.0", "webpack": "^1.13.2" } }