@buckneri/custom-tags
Version:
Custom HTML tags using Polymer
39 lines (38 loc) • 1.12 kB
JSON
{
"name": "@buckneri/custom-tags",
"version": "0.2.3",
"description": "Custom HTML tags using Polymer",
"main": "lib/custom-tags.mjs",
"module": "lib/custom-tags.mjs",
"types": "lib/custom-tags.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"tsc": "tsc"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ibuckner/custom-tags.git"
},
"author": "Ivor Buckner",
"license": "MIT",
"bugs": {
"url": "https://github.com/ibuckner/custom-tags/issues"
},
"homepage": "https://github.com/ibuckner/custom-tags#readme",
"dependencies": {
"@buckneri/custom-tags-expand-item": "^0.0.5",
"@buckneri/custom-tags-item-collection": "^0.0.5",
"@buckneri/custom-tags-list-item": "^0.0.5",
"@buckneri/custom-tags-modal-view": "^0.0.5",
"@buckneri/custom-tags-network-connection": "^0.0.5",
"@buckneri/custom-tags-on-off": "^0.0.5",
"@buckneri/custom-tags-text-input": "^0.0.5",
"@buckneri/custom-tags-text-tag": "^0.0.5"
},
"gitHead": "4f2c4343a4e0b2fbe6add98f99d655dd377ea1cc"
}