зеркало из https://github.com/mozilla/fxa.git
38 строки
1.2 KiB
JSON
38 строки
1.2 KiB
JSON
{
|
|
"name": "fxa-local-dev",
|
|
"version": "1.0.2",
|
|
"description": "An easy way to contribute to Firefox Accounts",
|
|
"scripts": {
|
|
"postinstall": "_scripts/postinstall.sh",
|
|
"install-extras": "_scripts/install_extras.sh",
|
|
"update": "./pm2 kill && _scripts/update_all.sh",
|
|
"start": "fxa-dev-launcher",
|
|
"start-android": "node _scripts/start-android.js",
|
|
"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"
|
|
},
|
|
"homepage": "https://github.com/mozilla/fxa-local-dev",
|
|
"bugs": {
|
|
"url": "https://github.com/mozilla/fxa-local-dev/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/fxa-local-dev"
|
|
},
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
"license": "MPL-2.0",
|
|
"dependencies": {
|
|
"bluebird": "2.10.2",
|
|
"chalk": "1.1.1",
|
|
"foxfire": "1.0.1",
|
|
"fxa-dev-launcher": "vladikoff/fxa-dev-launcher",
|
|
"internal-ip": "1.2.0",
|
|
"lodash": "4.16.2",
|
|
"minimist": "1.1.1",
|
|
"pm2": "2.2.3",
|
|
"replace-in-file": "0.2.1"
|
|
}
|
|
}
|