mirror of
https://github.com/jlengrand/web-components-workshop-deprecated.git
synced 2026-03-10 08:51:23 +00:00
32 lines
843 B
JSON
32 lines
843 B
JSON
{
|
|
"name": "web-components-workshop",
|
|
"version": "1.0.0",
|
|
"description": "A short workshop on web components, with exercises",
|
|
"main": "index.html",
|
|
"dependencies": {
|
|
"http-server": "^0.10.0"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"start": "node ./node_modules/.bin/http-server",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jlengrand/web-components-workshop.git"
|
|
},
|
|
"keywords": [
|
|
"web-components",
|
|
"shadydom",
|
|
"shadowdom",
|
|
"custom-elements",
|
|
"polymer"
|
|
],
|
|
"author": "Julien Lengrand-Lambert <julien@lengrand.fr>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/jlengrand/web-components-workshop/issues"
|
|
},
|
|
"homepage": "https://github.com/jlengrand/web-components-workshop#readme"
|
|
}
|