-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
56 lines (56 loc) · 1.43 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "backbone.marionette.component",
"description": "Component Based Extension for your Backbone.Marionette.js apps!",
"homepage": "https://github.com/exaptis/backbone.marionette.component",
"main": "lib/core/backbone.marionette.component.js",
"version": "0.1.0",
"keywords": [
"backbone",
"framework",
"client",
"browser",
"composite"
],
"author": {
"name": "David Loidolt",
"email": "[email protected]",
"web": "http://www.softwarecraftsmen.at"
},
"ignore": [
".gitignore",
".editorconfig",
".jshintc",
"build",
"Gruntfile.coffee",
"CONTRIBUTING.md",
"package.json"
],
"dependencies": {
"backbone": "1.0.0 - 1.1.2",
"backbone.marionette": "2.2.x",
"backbone.babysitter": "~0.1.5",
"backbone.wreqr": "~1.3.1",
"jquery": "^1.x || ^2.x",
"rivets": "^0.7",
"sightglass": "~0.2.3",
"underscore": "1.4.4 - 1.7.0",
"bootstrap": "~3.3.1",
"bootstrap-material-design": "~0.2.1",
"prismjs": "*",
"i18next": "1.7.7"
},
"devDependencies": {
"chai-changes": "~1.3.4",
"chai": "1.10.*",
"mocha": "2.x",
"require-handlebars-plugin": "^0.11.0",
"requirejs": "2.1.x",
"sinon-chai": "~2.6.0",
"sinon": "http://sinonjs.org/releases/sinon-1.12.0.js",
"blanket": "~1.1.5",
"underscore.string": "~2.4.0",
"fontawesome": "~4.2.0",
"selectize": "~0.11.2",
"almond": "~0.3.0"
}
}