Files
soundcloud-web-component-ap…/package.json
Julien Lengrand-Lambert b071cc16d3 Add hot reloading to application using browser-sync
* Remove all the now unnecessary server code.
2017-06-07 16:51:44 +02:00

18 lines
546 B
JSON

{
"name": "soundcloud-web-component-application",
"version": "1.0.0",
"description": "A simple website with a soundcloud player, built using web components (polymer)",
"private": true,
"scripts": {
"start": "browser-sync start --server app -f app --serveStatic bower_components --no-notify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Julien Lengrand-Lambert <julien.lengrand-lambert@ing.nl>",
"license": "ISC",
"devDependencies": {
"browser-sync": "^2.18.12"
},
"dependencies": {
}
}