You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
417 B
24 lines
417 B
{
|
|
"name": "spreed",
|
|
"authors": [
|
|
"Christoph Wurst <christoph@winzerhof-wurst.at>"
|
|
],
|
|
"description": "",
|
|
"main": "",
|
|
"license": "AGPLv3",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"core/vendor",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"backbone": "1.2.3",
|
|
"backbone.marionette": "3.0.0",
|
|
"jquery": "^2.0"
|
|
}
|
|
}
|