Sets up repository

This commit is contained in:
Julien Lengrand-Lambert
2017-06-16 13:49:08 +02:00
commit 64f9f75fdf
3 changed files with 95 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "polymer-hot-reloading-example",
"version": "1.0.0",
"description": "A simple example of polymer project with hot reloading",
"private": true,
"scripts": {
"start": "browser-sync start --server app -f app --serveStatic bower_components --no-notify"
},
"author": "Julien Lengrand-Lambert <julien.lengrand-lambert@ing.nl>",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.18.12"
},
"dependencies": {
}
}