This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
42 lines (42 sloc)
1.26 KB
| { | |
| "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", | |
| "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", | |
| "minimist": "1.1.1", | |
| "pm2": "3.0.4", | |
| "replace-in-file": "0.2.1" | |
| }, | |
| "engines": { | |
| "node": ">=10", | |
| "npm": ">=6.4.1" | |
| } | |
| } |