{
  "name": "jso",
  "version": "4.1.1",
  "description": "OAuth 2.0 implementation in Javascript",
  "main": "dist/jso.js",
  "module": "src/JSO.js",
  "scripts": {
    "test": "true",
    "preversion": "npm test",
    "version": "npm run build && git add -A dist",
    "postversion": "git push && git push --tags && npm publish",
    "build": "webpack --mode production --config webpack.config.js"
  },
  "babel": {
    "presets": [
      "env"
    ]
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/andreassolberg/jso.git"
  },
  "keywords": [
    "oauth",
    "authentication",
    "authorization",
    "rest",
    "api",
    "ajax",
    "jquery"
  ],
  "files": [
    "src"
  ],
  "eslintConfig": {
    "env": {
      "es6": true,
      "browser": true,
      "node": false
    }
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "qunit": "^2.5.1",
    "webpack": "^4.1.1",
    "webpack-cli": "^2.0.12"
  },
  "author": "Andreas Åkre Solberg",
  "license": "LGPL-2.1",
  "bugs": {
    "url": "https://github.com/andreassolberg/jso/issues"
  },
  "homepage": "https://github.com/andreassolberg/jso",
  "dependencies": {}
}
