forked from GeppettoJS/backbone.geppetto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
47 lines (47 loc) · 1.02 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
{
"name": "backbone.geppetto",
"description": "Bring your Backbone applications to life with an event-driven Command framework.",
"homepage": "https://github.com/GeppettoJS/backbone.geppetto",
"version": "0.7.1",
"main": "backbone.geppetto.js",
"keywords": [
"backbone",
"plugin",
"command",
"mvc"
],
"author": {
"name": "Dave Cadwallader",
"email": "[email protected]"
},
"ignore": [
"**/.*",
"node_modules",
"components",
"examples",
"Gruntfile.js",
".gitignore",
"travis.yml",
"beautify.json",
"documentup.min.js",
"index.html",
"version.json"
],
"devDependencies": {
"jquery": "~2.0.3",
"requirejs": "~2.1.9",
"requirejs-text": "~2.0.10",
"mocha": "~1.12.1",
"chai": "~1.8.1",
"sinon-chai": "~2.4.0",
"blanket": "~1.1.5",
"sinonjs": "~1.7.3",
"marionette": "~1.4.1",
"handlebars": "1.3.0",
"jquery-mockjax": "1.5.3"
},
"dependencies": {
"backbone": "~1.1.0",
"underscore": "~1.5.2"
}
}