forked from googlearchive/backbonefire
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
42 lines (42 loc) · 857 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
39
40
41
42
{
"name": "backbonefire",
"description": "The officially supported Backbone binding for Firebase",
"version": "0.0.0",
"authors": [
"Firebase <[email protected]> (https://www.firebase.com/)"
],
"homepage": "https://github.com/firebase/backbonefire/",
"repository": {
"type": "git",
"url": "https://github.com/firebase/backbonefire.git"
},
"license": "MIT",
"keywords": [
"backbone",
"firebase",
"realtime"
],
"main": [
"dist/backbonefire.js"
],
"ignore": [
"**/.*",
"src",
"test",
"examples",
"node_modules",
"bower_components",
"package.json",
"Gruntfile.js",
"changelog.txt",
"index.html"
],
"dependencies": {
"firebase": "2.0.x",
"backbone": "<=1.1.0",
"underscore": "~1.5.2"
},
"devDependencies": {
"mockfirebase": "~0.3.0"
}
}