mirror of
https://github.com/jlengrand/soundcloud-web-component-application.git
synced 2026-03-10 15:52:34 +00:00
* Create basic sc-title component * Create basic sc-profile component * Modify nodemon config so it watches html files too
20 lines
545 B
JSON
20 lines
545 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,
|
|
"main": "server/app.js",
|
|
"scripts": {
|
|
"start": "nodemon -e .js,.html server/app.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Julien Lengrand-Lambert <julien.lengrand-lambert@ing.nl>",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"nodemon": "^1.11.0"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.15.3"
|
|
}
|
|
}
|