{
  "name": "fxa-js-client",
  "version": "1.0.25",
  "description": "Web client that talks to the Firefox Accounts API server",
  "author": "Mozilla",
  "license": "MPL-2.0",
  "scripts": {
    "start": "grunt",
    "lint": "npm-run-all --parallel lint:*",
    "audit": "npm audit --json | audit-filter --nsp-config=.nsprc --audit=-",
    "lint:eslint": "eslint .",
    "test": "npm run lint && mocha tests/lib --reporter dot --timeout 5000",
    "test-local": "AUTH_SERVER_URL=http://127.0.0.1:9000 npm test",
    "setup": "npm install && grunt sjcl",
    "contributors": "git shortlog -s | cut -c8- | sort -f > CONTRIBUTORS.md",
    "format": "prettier '**' --write"
  },
  "main": "node/index.js",
  "files": [
    "node/",
    "client/",
    "LICENSE"
  ],
  "readmeFilename": "README.md",
  "homepage": "https://github.com/mozilla/fxa/tree/master/packages/fxa-js-client",
  "engines": {
    "node": ">=8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla/fxa.git"
  },
  "bugs": {
    "url": "https://github.com/mozilla/fxa/issues"
  },
  "dependencies": {
    "es6-promise": "4.1.1",
    "sjcl": "git://github.com/bitwiseshiftleft/sjcl.git#a03ea8e",
    "xhr2": "0.0.7"
  },
  "devDependencies": {
    "audit-filter": "^0.5.0",
    "chai": "4.2.0",
    "eslint": "6.6.0",
    "eslint-plugin-fxa": "2.0.1",
    "grunt": "^1.0.4",
    "grunt-bytesize": "0.1.1",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "0.6.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-copyright": "0.2.0",
    "grunt-eslint": "21.1.0",
    "grunt-open": "0.2.4",
    "grunt-webpack": "3.0.2",
    "http-proxy": "1.11.1",
    "load-grunt-tasks": "^5.1.0",
    "mocha": "6.2.0",
    "npm-run-all": "^4.1.5",
    "otplib": "7.1.0",
    "prettier": "^1.18.2",
    "sinon": "7.3.2",
    "webpack": "^4.41.3"
  }
}
