hooked-on-web-components/package.json

15 lines
362 B
JSON

{
"name": "hooked-on-web-components",
"version": "0.1.0",
"description": "A wrapper around web-components to allow for hooks and functional patterns",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "john@jshaver.net",
"license": "MIT",
"devDependencies": {
"eslint": "^5.15.3"
}
}