mirror of
https://github.com/2ec0b4/kaamelott-soundboard.git
synced 2025-12-08 15:43:24 +00:00
Utilise Bower pour la gestion des dépendances
This commit is contained in:
34
bower.json
Normal file
34
bower.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "kaamelott-soundboard",
|
||||
"description": "Quelques-unes des meilleures répliques sonores de Kaamelott. C'était ça ou chante Sloubi.",
|
||||
"main": "js/app/main.js",
|
||||
"authors": [
|
||||
"Antoine @2ec0b4"
|
||||
],
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"kaamelott",
|
||||
"soundboard"
|
||||
],
|
||||
"homepage": "https://github.com/2ec0b4/kaamelott-soundboard",
|
||||
"private": true,
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests"
|
||||
],
|
||||
"dependencies": {
|
||||
"backbone.marionette": "^2.4.6",
|
||||
"backbone.radio": "^1.0.5",
|
||||
"handlebars": "^4.0.5",
|
||||
"jquery": "^2.2.4",
|
||||
"ilyabirman-likely": "^2.1.0",
|
||||
"require-css": "^0.1.8",
|
||||
"require-handlebars-plugin": "^1.0.0",
|
||||
"requirejs": "^2.2.0",
|
||||
"requirejs-text": "^2.0.12",
|
||||
"underscore": "^1.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user