{ "name": "webextension-polyfill", "version": "0.1.0", "description": "A lightweight polyfill library for Promise-based WebExtension APIs in Chrome.", "main": "dist/browser-polyfill.js", "files": [ "dist" ], "repository": { "type": "git", "url": "git+https://github.com/mozilla/webextension-polyfill.git" }, "author": "Mozilla", "license": "MPL-2.0", "bugs": { "url": "https://github.com/mozilla/webextension-polyfill/issues" }, "homepage": "https://github.com/mozilla/webextension-polyfill", "devDependencies": { "babel-plugin-transform-es2015-modules-umd": "^6.24.1", "babel-preset-babili": "0.0.10", "chai": "^3.5.0", "eslint": "3.9.1", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-coveralls": "^1.0.1", "grunt-replace": "*", "gruntify-eslint": "*", "istanbul-lib-instrument": "^1.1.3", "jsdom": "^9.6.0", "mocha": "^3.1.0", "nyc": "^8.3.1", "sinon": "^1.17.6" }, "nyc": { "reporter": [ "lcov", "text", "html" ], "instrument": false }, "scripts": { "build": "grunt", "prepublish": "npm run build && npm run test", "publish-coverage": "grunt coveralls", "test": "mocha", "test-coverage": "COVERAGE=y nyc mocha", "test-minified": "TEST_MINIFIED_POLYFILL=1 mocha" } }