UNPKG

geofire-with-custom-data

Version:

Location-based querying and filtering using Firebase

76 lines (75 loc) 1.82 kB
{ "name": "geofire-with-custom-data", "description": "Location-based querying and filtering using Firebase", "version": "5.0.3", "scripts": { "build": "rollup -c", "coverage": "nyc report --reporter=text-lcov | coveralls", "lint": "tslint --project ./tslint.json 'src/**/*.ts'", "test": "nyc --reporter=html --reporter=text mocha", "prepare": "npm run build" }, "author": "Firebase (https://firebase.google.com/)", "homepage": "https://github.com/Yaremi18/geofire-js", "repository": { "type": "git", "url": "https://github.com/Yaremi18/geofire-js" }, "bugs": { "url": "https://github.com/Yaremi18/geofire-js/issues" }, "license": "MIT", "keywords": [ "geoquery", "location", "firebase", "realtime", "geolocation" ], "main": "dist/index.cjs.js", "browser": "dist/geofire.min.js", "module": "dist/index.esm.js", "typings": "dist/index.d.ts", "files": [ "dist/**", "LICENSE", "README.md", "package.json" ], "dependencies": { "@firebase/database-types": "0.x.x" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.5", "@types/node": "^10.12.21", "chai": "^4.2.0", "coveralls": "^3.0.2", "firebase": "5.x.x", "jsdom": "^13.2.0", "jsdom-global": "^3.0.2", "mocha": "^5.2.0", "nyc": "^13.1.0", "rollup": "^1.1.2", "rollup-plugin-commonjs": "^9.2.0", "rollup-plugin-node-resolve": "^4.0.0", "rollup-plugin-typescript2": "^0.19.2", "rollup-plugin-uglify": "^6.0.2", "source-map-support": "^0.5.10", "ts-node": "^8.0.2", "tslint": "^5.12.1", "typescript": "3.x.x" }, "nyc": { "extension": [ ".ts" ], "include": [ "src/**/*.ts" ], "reporter": [ "html" ], "all": true } }