exmg-copy-to-clipboard
Version:
Helper element to create a copy to clipboard button
50 lines (49 loc) • 1.4 kB
JSON
{
"description": "Helper element to create a copy to clipboard button",
"keywords": [
"Exmg",
"ExmgElements",
"copy",
"clipboard",
"Polymer"
],
"repository": {
"type": "git",
"url": "git@bitbucket.org:ExmgElements/exmg-copy-to-clipboard.git"
},
"homepage": "https://github.com/ExmgElements/",
"name": "exmg-copy-to-clipboard",
"version": "3.0.1",
"main": "exmg-copy-to-clipboard.js",
"license": "MIT",
"author": "Ex Machina",
"dependencies": {
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.18",
"@polymer/paper-icon-button": "^3.0.0-pre.18",
"@polymer/iron-iconset-svg": "^3.0.0-pre.18",
"@polymer/iron-icons": "^3.0.0-pre.21",
"eslint": "^4.19.1",
"eslint-config-exmg": "latest",
"eslint-plugin-html": "^3.0.0",
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@webcomponents/webcomponentsjs": "^2.0.0",
"wct-browser-legacy": "^1.0.0"
},
"scripts": {
"lint": "polymer lint --rules polymer-3 --input *.js",
"eslint": "eslint . --ext js,html --ignore-path .gitignore",
"analyze": "polymer analyze --input exmg-copy-to-clipboard.html > analysis.json"
},
"publishConfig": {
"access": "public"
},
"resolutions": {
"inherits": "2.0.3",
"samsam": "1.1.3",
"supports-color": "3.1.2",
"type-detect": "1.0.0"
}
}