{
  "name": "xwiz-client",
  "version": "1.0.7",
  "description": "X OAuth 1.0a library, gets you an access token , supports REST and STREAM apis (browser part)",
  "main": "src/xwiz-client_bundle.js",
  "dependencies": {
    "esbuild": "^0.24.2",
    "esmify": "^2.1.1"
  },
  "devDependencies": {
    "coveralls": "^3.0.0",
    "eslint": "^4.19.1",
    "istanbul": "^0.4.5",
    "mocha": "^5.1.1",
    "mocha-headless-chrome": "^2.0.0",
    "strictify": "^0.2.0",
    "uglify-js": "^3.4.4"
  },
  "scripts": {
    "build": "esbuild src/xwiz-client.js --bundle --format='esm' --outfile='src/xwiz-client_bundle.js'",
    "watch": "esbuild src/xwiz-client.js --bundle --format='esm' --outfile='src/xwiz-client_bundle.js' --watch",
    "lint": "eslint src/xwiz-client.js",
    "instrument": "istanbul instrument src/xwiz-client.js --output src/xwiz-client_instrumented.js",
    "mocha-headless": "mocha-headless-chrome -a no-sandbox -f 'mocha-test.html?data=user%3D19&oauth_token=longAlphaNum1&oauth_verifier=longAplhaNum2' -c test/coverage.json",
    "server": "node test/server.js &",
    "report": "istanbul report --root test/ lcov",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
    "test": "npm run server && npm run instrument && npm run browserify && npm run mocha-headless && npm run report",
    "uglify": "uglifyjs src/xwiz-client_bundle.js --compress --output src/xwiz-client_bundle.js"
  },
  "keywords": [
    "authentication",
    "X",
    "OAuth 1.0a",
    "authorize",
    "authenticate",
    "stream",
    "chunk",
    "3 leg",
    "Sign in with X"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/regits2501/xwiz-client.git"
  },
  "bugs": {
    "url": "https://github.com/regits2501/xwiz-client/issues"
  },
  "author": {
    "name": "gits2501",
    "url": "https://github.com/gits2501",
    "email": "canidomath@yahoo.com"
  },
  "license": "GPL-3.0-only"
}
