Files
web-components-workshop-dep…/package.json
Julien Lengrand-Lambert f0e7617fd5 Adds simple webserver
2017-12-12 20:39:23 +01:00

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"
}