1
0
mirror of https://github.com/2ec0b4/kaamelott-soundboard.git synced 2025-12-09 16:05:35 +00:00

(master) Ajoute les dépendances manquantes

This commit is contained in:
Antoine
2023-10-30 08:04:13 +01:00
parent dca241fc0b
commit 8930cd2dc7
268 changed files with 83121 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
{
"name": "backbone.radio",
"version": "1.0.5",
"homepage": "https://github.com/marionettejs/backbone.radio",
"authors": [
"Jmeas <jellyes2@gmail.com>"
],
"description": "Messaging patterns for Backbone applications.",
"main": "build/backbone.radio.js",
"keywords": [
"backbone",
"marionette",
"decoupled",
"pubsub",
"publish",
"subscribe",
"messaging",
"architecture",
"spa"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"backbone": "1.0.0 - 1.3.x",
"underscore": "1.4.4 - 1.8.3"
},
"_release": "1.0.5",
"_resolution": {
"type": "version",
"tag": "v1.0.5",
"commit": "277936bb207583b64bdc3b71f039bf170ea0a393"
},
"_source": "https://github.com/marionettejs/backbone.radio.git",
"_target": "^1.0.5",
"_originalSource": "backbone.radio"
}