@webcomponents/html-imports
Version:
39 lines (38 loc) • 1.09 kB
JSON
{
"name": "@webcomponents/html-imports",
"version": "1.3.1",
"publishConfig": {
"access": "public"
},
"description": "HTML Imports polyfill",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/polyfills.git",
"directory": "packages/html-imports"
},
"author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
"homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/html-imports",
"bugs": "https://github.com/webcomponents/polyfills/issues?q=is%3Aissue+is%3Aopen+label%3A\"Package%3A+html-imports\"",
"main": "html-imports.min.js",
"scripts": {
"build": "gulp",
"build:watch": "chokidar --initial 'src/**/*.js' -c 'npm run build'",
"debug": "cp src/html-imports.js html-imports.min.js",
"prepack": "npm run build"
},
"files": [
"CHANGELOG.md",
"externs/",
"html-imports.min.js*",
"src/"
],
"keywords": [
"html-imports",
"htmlimports",
"web-components",
"webcomponents",
"polyfill",
"shim"
]
}