Repository URL to install this package:
|
Version:
0.0.3 ▾
|
@doodle/geolocation
/
package.json
|
|---|
{
"name": "@doodle/geolocation",
"version": "0.0.3",
"description": "Simple promise based geolocation service",
"main": "./dist/index.js",
"scripts": {
"eslint": "eslint --fix '**/*.js'",
"prettier": "prettier --write '**/*.js' --trailing-comma=es5 --single-quote --print-width=120",
"test": "jest"
},
"keywords": ["geolocation"],
"author": "dariopog",
"license": "MIT",
"dependencies": {
"babel-core": "^6.26.0",
"babel-plugin-react-intl": "^2.3.1",
"fetch-everywhere": "^1.0.5"
},
"devDependencies": {
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"eslint": "4.8.0",
"eslint-config-airbnb": "15.1.0",
"eslint-config-prettier": "2.6.0",
"eslint-plugin-html": "3.2.2",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-prettier": "2.3.1",
"eslint-plugin-react": "7.4.0",
"gulp": "3.9.1",
"gulp-bump": "^2.8.0",
"gulp-rimraf": "0.2.1",
"gulp-run-command": "0.0.9",
"jest": "^22.0.4",
"prettier": "1.7.4",
"prettier-eslint": "8.2.0",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0",
"yargs": "^10.0.3"
},
"publishConfig": {
"registry": "https://npm-proxy.fury.io/ELDM55zYbH-tszmYboxa/tmf/"
}
}