fxa-profile-server/package.json

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

2014-02-05 00:27:40 +04:00
{
"name": "fxa-profile-server",
2016-11-30 03:03:42 +03:00
"version": "0.75.0",
2014-02-05 00:27:40 +04:00
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {
"outdated": "npm outdated --depth 0",
"preinstall": "./scripts/check_gm.sh",
"shrinkwrap": "npmshrink",
"start": "scripts/run_dev.js",
"test": "grunt test --node-env=test"
2014-02-05 00:27:40 +04:00
},
"dependencies": {
2016-07-15 20:52:01 +03:00
"aws-sdk": "2.4.7",
"bluebird": "3.4.1",
"boom": "4.0.0",
2014-07-25 03:11:23 +04:00
"buf": "0.1.0",
"checksum": "0.1.1",
2014-07-25 03:11:23 +04:00
"compute-cluster": "0.0.9",
2016-07-15 20:52:01 +03:00
"convict": "1.4.0",
"fxa-notifier-aws": "1.0.0",
2016-07-15 20:52:01 +03:00
"gm": "1.22.0",
"hapi": "14.2.0",
"hapi-hpkp": "1.0.0",
"inert": "4.0.2",
"joi": "9.0.4",
2016-07-15 20:52:01 +03:00
"mozlog": "2.0.5",
"mysql": "2.11.1",
"mysql-patcher": "0.7.0",
"newrelic": "1.34.0",
"poolee": "1.0.0",
2016-07-15 20:52:01 +03:00
"request": "2.73.0",
"stream-to-array": "2.3.0"
2014-02-05 00:27:40 +04:00
},
"devDependencies": {
"blanket": "1.1.6",
"commander": "2.9.0",
"eslint-config-fxa": "2.1.0",
"fxa-conventional-changelog": "1.1.0",
2016-07-15 18:11:30 +03:00
"grunt": "1.0.1",
"grunt-bump": "0.8.0",
"grunt-conventional-changelog": "5.0.0",
2016-07-15 18:11:30 +03:00
"grunt-copyright": "0.3.0",
"grunt-eslint": "18.0.0",
2016-07-15 18:11:30 +03:00
"grunt-jscs": "3.0.1",
"grunt-mocha-test": "0.12.7",
2016-07-15 18:11:30 +03:00
"grunt-nsp": "2.3.1",
"insist": "1.0.0",
2016-07-15 18:11:30 +03:00
"jscs-jsdoc": "2.0.0",
"load-grunt-tasks": "3.5.0",
"mkdirp": "0.5.1",
2016-07-15 18:11:30 +03:00
"mocha-text-cov": "0.1.1",
"nock": "8.0.0",
"npmshrink": "1.0.1",
"pngparse": "2.0.1",
2016-07-15 18:11:30 +03:00
"rimraf": "2.5.3",
"through": "2.3.8",
"time-grunt": "1.3.0"
2014-02-05 00:27:40 +04:00
},
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-profile-server.git"
},
2014-09-19 04:11:51 +04:00
"bugs": "https://github.com/mozilla/fxa-profile-server/issues",
"homepage": "https://github.com/mozilla/fxa-profile-server",
2014-02-05 00:27:40 +04:00
"author": "Sean McArthur <sean.monstar@gmail.com>",
2014-09-19 04:11:51 +04:00
"engines": {
"node": ">=0.10.0"
},
"license": "MPL-2.0"
2014-02-05 00:27:40 +04:00
}