зеркало из https://github.com/mozilla/fxa-geodb.git
50 строки
1.1 KiB
JSON
50 строки
1.1 KiB
JSON
{
|
|
"name": "fxa-geodb",
|
|
"version": "1.0.4",
|
|
"private": false,
|
|
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
|
|
"main": "lib/fxa-geodb.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"cover": "istanbul cover _mocha",
|
|
"lint": "grunt lint",
|
|
"postinstall": "node scripts/start-db-download.js",
|
|
"test": "mocha"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/fxa-geodb"
|
|
},
|
|
"keywords": [
|
|
"geodb",
|
|
"location"
|
|
],
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
"license": "MPL-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/fxa-geodb/issues"
|
|
},
|
|
"homepage": "https://github.com/mozilla/fxa-geodb",
|
|
"dependencies": {
|
|
"bluebird": "3.5.2",
|
|
"cron": "1.5.0",
|
|
"maxmind": "2.8.0",
|
|
"mkdirp": "0.5.1",
|
|
"mozlog": "2.2.0",
|
|
"request": "2.88.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "4.2.0",
|
|
"eslint-config-fxa": "3.0.0",
|
|
"grunt": "1.0.3",
|
|
"grunt-eslint": "20.1.0",
|
|
"istanbul": "0.4.5",
|
|
"load-grunt-tasks": "4.0.0",
|
|
"mocha": "5.1.1",
|
|
"rimraf": "2.6.2",
|
|
"sinon": "5.0.7"
|
|
}
|
|
}
|