fxa/package.json

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

2014-11-05 04:38:23 +03:00
{
"name": "fxa-local-dev",
"version": "1.0.2",
2014-11-05 04:38:23 +03:00
"description": "An easy way to contribute to Firefox Accounts",
"scripts": {
2014-12-17 06:25:58 +03:00
"postinstall": "_scripts/postinstall.sh",
"install-extras": "_scripts/install_extras.sh",
2014-12-30 08:57:38 +03:00
"update": "./pm2 kill && _scripts/update_all.sh",
"start": "fxa-dev-launcher",
"start-android": "node _scripts/start-android.js",
2015-05-08 23:19:01 +03:00
"test": "node test/functional.js --suite=full",
"test-core": "node test/functional.js --suite=core",
"test-oauth": "node test/functional.js --suite=oauth",
"config-fxios": "node _scripts/config-fxios.js"
2014-12-30 08:57:38 +03:00
},
"homepage": "https://github.com/mozilla/fxa-local-dev",
"bugs": {
"url": "https://github.com/mozilla/fxa-local-dev/issues"
},
2014-12-30 08:57:38 +03:00
"repository": {
"type": "git",
"url": "https://github.com/mozilla/fxa-local-dev"
2014-11-05 04:38:23 +03:00
},
"author": "Mozilla (https://mozilla.org/)",
"license": "MPL-2.0",
2014-11-05 04:38:23 +03:00
"dependencies": {
"bluebird": "2.10.2",
"chalk": "1.1.1",
"check-node-version": "3.2.0",
"foxfire": "1.1.0",
"fxa-dev-launcher": "vladikoff/fxa-dev-launcher",
"internal-ip": "1.2.0",
"lodash": "4.17.10",
2015-05-08 23:19:01 +03:00
"minimist": "1.1.1",
"pm2": "3.0.4",
2018-02-14 23:49:14 +03:00
"replace-in-file": "0.2.1"
2014-11-05 04:38:23 +03:00
}
}