{ "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", "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", "minimist": "1.1.1", "pm2": "1.1.3", "replace-in-file": "0.2.1", "selenium-standalone": "4.4.0" } }