mirror of
https://github.com/jlengrand/soundcloud-web-component-application.git
synced 2026-03-10 08:41:23 +00:00
18 lines
362 B
JSON
18 lines
362 B
JSON
{
|
|
"name": "soundcloud-web-component-application",
|
|
"description": "A simple website with a soundcloud player, built using web components (polymer)",
|
|
"dependencies": {
|
|
"polymer": "^2.0.0"
|
|
},
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"devDependencies": {
|
|
"webcomponentsjs": "^1.0.1"
|
|
}
|
|
}
|