2014-11-05 04:38:23 +03:00
|
|
|
{
|
|
|
|
"name": "fxa-local-dev",
|
2016-09-26 22:08:20 +03:00
|
|
|
"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",
|
2016-02-09 23:30:12 +03:00
|
|
|
"install-extras": "_scripts/install_extras.sh",
|
2014-12-30 08:57:38 +03:00
|
|
|
"update": "./pm2 kill && _scripts/update_all.sh",
|
2016-09-26 22:08:20 +03:00
|
|
|
"start": "fxa-dev-launcher",
|
2016-09-28 01:52:39 +03:00
|
|
|
"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",
|
2015-10-20 23:48:59 +03:00
|
|
|
"test-oauth": "node test/functional.js --suite=oauth",
|
|
|
|
"config-fxios": "node _scripts/config-fxios.js"
|
2014-12-30 08:57:38 +03:00
|
|
|
},
|
2015-06-08 03:35:33 +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",
|
2015-06-08 03:35:33 +03:00
|
|
|
"url": "https://github.com/mozilla/fxa-local-dev"
|
2014-11-05 04:38:23 +03:00
|
|
|
},
|
2015-06-08 03:35:33 +03:00
|
|
|
"author": "Mozilla (https://mozilla.org/)",
|
|
|
|
"license": "MPL-2.0",
|
2014-11-05 04:38:23 +03:00
|
|
|
"dependencies": {
|
2015-10-20 23:48:59 +03:00
|
|
|
"bluebird": "2.10.2",
|
2015-10-03 01:56:56 +03:00
|
|
|
"chalk": "1.1.1",
|
2016-04-12 22:55:16 +03:00
|
|
|
"foxfire": "1.0.1",
|
2016-09-26 22:08:20 +03:00
|
|
|
"fxa-dev-launcher": "vladikoff/fxa-dev-launcher",
|
2016-09-28 01:52:39 +03:00
|
|
|
"internal-ip": "1.2.0",
|
|
|
|
"lodash": "4.16.2",
|
2015-05-08 23:19:01 +03:00
|
|
|
"minimist": "1.1.1",
|
2017-01-04 19:56:24 +03:00
|
|
|
"pm2": "2.2.3",
|
2017-01-25 22:57:20 +03:00
|
|
|
"replace-in-file": "0.2.1"
|
2014-11-05 04:38:23 +03:00
|
|
|
}
|
|
|
|
}
|