@djforth/geolocation_helper
Version:
A small Geolocation api helper
64 lines (63 loc) • 2.08 kB
JSON
{
"name": "@djforth/geolocation_helper",
"version": "3.0.0",
"description": "A small Geolocation api helper",
"main": "index.js",
"scripts": {
"build": "BABEL_ENV=production rollup -c",
"build:watch": "babel src/geo.js -w --source-maps -out-file index.js",
"lint": "eslint src/** --fix",
"lint:tests": "eslint __tests__/** --fix",
"test": "jest --coverage --config jest.config.json",
"test:watch": "jest --watch --config jest.config.json"
},
"repository": "git+https://github.com/djforth/geolocation_helper.git",
"keywords": [
"Geolocation",
"HTML5",
"Longitude",
"latitude",
"locations",
"html5"
],
"author": "A Stainforth",
"license": "MIT",
"bugs": {
"url": "https://github.com/djforth/geolocation_helper/issues"
},
"homepage": "https://github.com/djforth/geolocation_helper#readme",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-destructuring": "^7.4.4",
"@babel/plugin-transform-regenerator": "^7.4.5",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.5",
"@djforth/jest-matchers": "^2.0.0-0",
"babel-core": "^7.0.0-bridge",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-plugin-istanbul": "^5.1.4",
"babel-plugin-lodash": "^3.3.4",
"babel-preset-es2015-rollup": "^3.0.0",
"browserslist": "^4.6.3",
"eslint": "^5.16.0",
"eslint-config-prettier": "^5.1.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"prettier": "^1.18.2",
"rollup": "^1.16.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.0",
"rollup-plugin-node-resolve": "^5.1.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-uglify": "^6.0.2"
},
"dependencies": {
"lodash": "^4.17.11"
}
}