mirror of
https://github.com/jlengrand/soundcloud-web-component-application.git
synced 2026-03-10 08:41:23 +00:00
18 lines
546 B
JSON
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": "MIT",
|
|
"devDependencies": {
|
|
"browser-sync": "^2.18.12"
|
|
},
|
|
"dependencies": {
|
|
}
|
|
}
|