forked from stillgbx/geofire-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 834 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": "geofire",
"description": "Location-based querying and filtering using Firebase",
"version": "0.0.0",
"authors": [
"Firebase (https://firebase.google.com/)"
],
"homepage": "https://github.com/firebase/geofire-js/",
"repository": {
"type": "git",
"url": "https://github.com/firebase/geofire-js.git"
},
"license": "MIT",
"keywords": [
"geoquery",
"location",
"firebase",
"realtime",
"geolocation"
],
"main": "dist/geofire.js",
"ignore": [
"**/.*",
"src",
"build",
"tests",
"examples",
"node_modules",
"bower_components",
"firebase.json",
"package.json",
"gulpfile.js",
"changelog.txt"
],
"dependencies": {
"firebase": "^2.4.0 || 3.x.x"
},
"devDependencies": {
"jasmine": "~2.0.0",
"rsvp": "^3.1.0"
}
}