UNPKG

gof

Version:

An extreme fast and highly scalable Firebase geo-query library.

86 lines (85 loc) 2.41 kB
{ "name": "gof", "version": "0.1.1", "description": "An extreme fast and highly scalable Firebase geo-query library.", "main": "", "scripts": { "prepublish": "npm run build-web", "preversion": "npm run build-web && npm run test && docs", "version": "git add .", "postversion": "git push && git push --tags", "build": "gulp build", "build-dev": "gulp build-dev", "build-web": "gulp build-web", "build-web-dev": "gulp build-web-dev", "build-all": "gulp", "test": "gulp build-test && karma start --single-run --browsers ChromeHeadless karma.conf.js", "docs": "./node_modules/.bin/esdoc" }, "repository": { "type": "git", "url": "https://github.com/Orlandster1998/geo-on-fire" }, "keywords": [ "firebase", "geofire", "firebase nearby", "geoquery", "geo query", "firebase, query" ], "author": { "name": "Orlando Wenzinger", "url": "https://github.com/Orlandster1998" }, "license": "MIT", "bugs": { "url": "https://github.com/Orlandster1998/geo-on-fire/issues?q=is%3Aopen+is%3Aissue+label%3Abug" }, "devDependencies": { "babel": "^6.3.26", "babel-core": "^6.4.0", "babel-eslint": "^5.0.4", "babel-loader": "^6.2.1", "babel-plugin-add-module-exports": "^0.1.2", "babel-plugin-transform-async-to-generator": "^6.24.1", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.3.13", "chai": "^3.5.0", "clean-webpack-plugin": "^0.1.8", "del": "^2.2.0", "detect-port": "^1.2.1", "esdoc": "^1.0.2", "esdoc-standard-plugin": "^1.0.0", "eslint": "^1.10.3", "eslint-config-airbnb": "^4.0.0", "eslint-loader": "^1.2.0", "eslint-plugin-standard": "^1.3.1", "firebase-server": "^0.11.0", "gulp": "^3.9.0", "gulp-babel": "^6.1.1", "gulp-env": "^0.2.0", "gulp-eslint": "^1.1.1", "gulp-load-plugins": "^1.2.0", "gulp-util": "^3.0.6", "karma": "^1.7.1", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-mocha": "^1.3.0", "mocha": "^2.5.3", "object-assign": "^4.0.1", "webpack": "^1.12.11", "webpack-node-externals": "^0.4.1" }, "library": { "name": "geo-on-fire", "entry": "gof.js", "dist-node": "gof.js", "dist-web": "gof.min.js", "bundle-node": true }, "dependencies": { "codacy-coverage": "^2.0.3", "ngeohash": "^0.6.0" } }