UNPKG

1.27 kBJSONView Raw
1{
2 "name": "@webcomponents/custom-elements",
3 "version": "1.5.0",
4 "publishConfig": {
5 "access": "public"
6 },
7 "description": "HTML Custom Elements Polyfill",
8 "license": "BSD-3-Clause",
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/webcomponents/polyfills.git",
12 "directory": "packages/custom-elements"
13 },
14 "author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
15 "homepage": "https://github.com/webcomponents/polyfills/tree/master/packages/custom-elements",
16 "bugs": "https://github.com/webcomponents/polyfills/issues?q=is%3Aissue+is%3Aopen+label%3A\"Package%3A+custom-elements\"",
17 "main": "custom-elements.min.js",
18 "scripts": {
19 "build": "tsc && gulp",
20 "build:watch": "chokidar --initial 'ts_src/**/*.ts' -c 'npm run build'",
21 "debug": "rollup -c",
22 "prepack": "npm run build"
23 },
24 "files": [
25 "CHANGELOG.md",
26 "custom-elements.min.js*",
27 "externs/",
28 "src/"
29 ],
30 "keywords": [
31 "custom-elements",
32 "customelements",
33 "web-components",
34 "webcomponents",
35 "polyfill",
36 "shim"
37 ],
38 "devDependencies": {
39 "@webcomponents/html-imports": "^1.3.0",
40 "@webcomponents/shadydom": "^1.9.0"
41 },
42 "gitHead": "966c28a79fcd46dedc4367be6b93404565ab9cf6"
43}