hooked-on-web-components/package.json

15 lines
362 B
JSON
Raw Normal View History

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