forked from firebase/geofire-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.36 KB
/
package.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
57
58
{
"name": "geofire",
"description": "Location-based querying and filtering using Firebase",
"version": "4.1.2",
"author": "Firebase (https://firebase.google.com/)",
"homepage": "https://github.com/firebase/geofire-js/",
"repository": {
"type": "git",
"url": "https://github.com/firebase/geofire-js.git"
},
"bugs": {
"url": "https://github.com/firebase/geofire-js/issues"
},
"license": "MIT",
"keywords": [
"geoquery",
"location",
"firebase",
"realtime",
"geolocation"
],
"main": "dist/geofire.js",
"files": [
"dist/**",
"LICENSE",
"README.md",
"package.json"
],
"dependencies": {},
"peerDependencies": {
"firebase": "^2.4.0 || 3.x.x"
},
"devDependencies": {
"coveralls": "2.11.4",
"firebase": "3.x.x",
"gulp": "3.9.0",
"gulp-concat": "2.6.0",
"gulp-ext-replace": "0.2.0",
"gulp-jshint": "1.11.2",
"gulp-karma": "0.0.5",
"gulp-uglify": "1.4.1",
"jasmine-core": "^2.5.2",
"jshint-stylish": "2.0.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "0.2.0",
"karma-coverage": "0.5.2",
"karma-failed-reporter": "0.0.3",
"karma-firefox-launcher": "0.1.6",
"karma-jasmine": "0.3.6",
"karma-spec-reporter": "0.0.20",
"run-sequence": "^1.1.4",
"streamqueue": "0.1.1"
},
"scripts": {
"test": "gulp test",
"travis": "gulp"
}
}