wc-upgrader/package.json

34 lines
800 B
JSON
Raw Permalink Normal View History

2020-02-04 19:23:58 +00:00
{
"name": "wc-upgrader",
"version": "1.0.0",
"description": "WC-Upgrader is a JS Utility that 'upgrades' elements to the specified custom element when they are defined. ",
"main": "wc-upgrader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CalebBraaten/wc-upgrader.git"
},
"keywords": [
"Web",
"Components",
"Custom",
"Elements",
"Client",
"Side",
"Vanilla",
"JS"
],
"author": "Caleb Braaten",
"license": "MIT",
"bugs": {
"url": "https://github.com/CalebBraaten/wc-upgrader/issues"
},
"homepage": "https://github.com/CalebBraaten/wc-upgrader#readme",
"dependencies": {},
"devDependencies": {
"flashy-header": "^1.0.0"
}
}