fxa-geodb/package.json

50 строки
1.1 KiB
JSON
Исходник Обычный вид История

2016-06-20 11:58:20 +03:00
{
"name": "fxa-geodb",
"version": "1.0.4",
"private": false,
"description": "Firefox Accounts GeoDB Repo for Geolocation based services",
"main": "lib/fxa-geodb.js",
2016-06-20 11:58:20 +03:00
"directories": {
2016-06-23 01:56:20 +03:00
"test": "test"
2016-06-20 11:58:20 +03:00
},
"scripts": {
"cover": "istanbul cover _mocha",
2016-06-23 01:56:20 +03:00
"lint": "grunt lint",
"postinstall": "node scripts/start-db-download.js",
"test": "mocha"
2016-06-20 11:58:20 +03:00
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-geodb"
},
"keywords": [
"geodb",
"location"
],
"author": "Mozilla (https://mozilla.org/)",
2016-06-20 11:58:20 +03:00
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/mozilla/fxa-geodb/issues"
},
"homepage": "https://github.com/mozilla/fxa-geodb",
"dependencies": {
2018-11-02 10:07:25 +03:00
"bluebird": "3.5.2",
"cron": "1.5.0",
"maxmind": "2.8.0",
"mkdirp": "0.5.1",
"mozlog": "2.2.0",
2018-11-02 10:07:25 +03:00
"request": "2.88.0"
2016-06-20 11:58:20 +03:00
},
"devDependencies": {
2018-11-02 10:07:25 +03:00
"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"
2016-06-20 11:58:20 +03:00
}
}