fxa-profile-server/package.json

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

2014-02-05 00:27:40 +04:00
{
"name": "fxa-profile-server",
2016-06-02 04:48:42 +03:00
"version": "0.63.0",
2014-02-05 00:27:40 +04:00
"private": true,
"description": "Firefox Accounts Profile service.",
"scripts": {
"start": "scripts/run_dev.js",
"test": "grunt test --node-env=test",
"preinstall": "./scripts/check_gm.sh",
2014-08-06 01:55:08 +04:00
"outdated": "npm outdated --depth 0"
2014-02-05 00:27:40 +04:00
},
"dependencies": {
"aws-sdk": "2.2.35",
"boom": "2.6.1",
"bluebird": "3.3.1",
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",
"convict": "1.1.2",
"fxa-notifier-aws": "1.0.0",
"gm": "1.21.1",
"hapi": "8.8.1",
"joi": "6.9.1",
"mozlog": "2.0.3",
"mysql": "2.10.2",
"mysql-patcher": "0.7.0",
"request": "2.69.0",
"stream-to-array": "2.2.1"
2014-02-05 00:27:40 +04:00
},
"devDependencies": {
"blanket": "1.1.6",
"commander": "2.9.0",
"eslint-config-fxa": "2.0.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-conventional-changelog": "1.1.0",
"grunt-copyright": "0.2.0",
"grunt-eslint": "18.0.0",
"grunt-jscs": "2.7.0",
"grunt-mocha-test": "0.12.7",
"grunt-nsp": "2.1.2",
"insist": "1.0.0",
"jscs-jsdoc": "1.3.1",
"load-grunt-tasks": "3.4.0",
"mkdirp": "0.5.1",
"mocha-text-cov": "0.1.0",
"nock": "7.0.2",
"pngparse": "2.0.1",
"rimraf": "2.5.2",
"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
}