wicg-inert
Version:
A polyfill for the proposed inert API
58 lines (57 loc) • 1.53 kB
JSON
{
"name": "wicg-inert",
"version": "2.1.3",
"description": "A polyfill for the proposed inert API",
"main": "dist/inert.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "SAUCE=true npm run test",
"test": "npm run build && karma start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WICG/inert.git"
},
"keywords": [
"inert",
"polyfill",
"browser"
],
"author": "Alice Boxhall <alice@chromium.org>",
"contributors": [
"Rob Dodson <robdodson@chromium.org>",
"Jesse Beach",
"Brian Kardell",
"Valdrin Koshi"
],
"bugs": {
"url": "https://github.com/WICG/inert/issues"
},
"homepage": "https://github.com/WICG/inert#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.6.1",
"babel-preset-es3": "^1.0.1",
"chai": "^4.1.2",
"eslint": "^5.0.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-es5": "^1.3.1",
"husky": "^0.14.3",
"karma": "^3.0.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-firefox-launcher": "^1.1.0",
"karma-fixture": "^0.2.6",
"karma-html2js-preprocessor": "^1.1.0",
"karma-mocha": "^1.3.0",
"karma-polyfill": "^1.0.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "0.0.32",
"lint-staged": "^7.0.0",
"mocha": "^5.0.0",
"rollup": "^0.65.0",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-uglify": "^4.0.0"
}
}