mirror of
https://github.com/jlengrand/soundcloud-web-component-application.git
synced 2026-03-10 08:41:23 +00:00
20 lines
532 B
JSON
20 lines
532 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 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"
|
|
}
|
|
}
|