forked from thoughtbot/backbone-support
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 979 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
35
36
37
38
{
"name": "backbone-support",
"version": "0.4.0",
"description": "SwappingController and CompositeView for Backbone.js",
"main": [
"vendor/assets/javascripts/underscore.js",
"vendor/assets/javascripts/backbone.js",
"lib/assets/javascripts/backbone-support/support.js",
"lib/assets/javascripts/backbone-support/observer.js",
"lib/assets/javascripts/backbone-support/composite_view.js",
"lib/assets/javascripts/backbone-support/swapping_router.js"
],
"license": "MIT",
"ignore": [
"**/*.txt",
"**/.*",
".jshintrc",
"CHANGELOG",
"Gemfile",
"Gemfile.lock",
"LICENSE",
"README.md",
"Rakefile",
"backbone-support.gemspec",
"spec"
],
"homepage": "https://github.com/thoughtbot/backbone-support",
"authors": [
"thoughtbot (http://thoughtbot.com)"
],
"repository": {
"type": "git",
"url": "https://github.com/thoughtbot/backbone-support.git"
},
"keywords": [
"backbone"
]
}