forked from 2ec0b4/kaamelott-soundboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (34 loc) · 818 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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"
}
}