mirror of
https://github.com/jlengrand/polymer-array-bubble-up-example.git
synced 2026-03-10 08:41:23 +00:00
16 lines
441 B
JSON
16 lines
441 B
JSON
{
|
|
"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.fr>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.18.12",
|
|
"bower": "^1.8.0"
|
|
}
|
|
}
|