{
  "name": "backbone.msal",
  "version": "1.0.5",
  "description": "Microsoft Authentication Library (MSAL) for Backbone",
  "main": "./dist/backbone.msal.js",
  "scripts": {
    "start": "webpack --progress --watch --config-name main --config webpack.config.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RobinHerbots/backbone.msal.git"
  },
  "author": "",
  "license": "MIT",
  "keywords": [
    "AAD",
    "azure-active-directory",
    "msal",
    "authentication",
    "backbonejs"
  ],
  "bugs": {
    "url": "https://github.com/RobinHerbots/backbone.msal/issues"
  },
  "homepage": "https://github.com/RobinHerbots/backbone.msal#readme",
  "dependencies": {
    "backbone": "^1.4.0",
    "msal": "^1.3.0",
    "underscore": "^1.10.2"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/plugin-transform-modules-commonjs": "^7.9.0",
    "babel-loader": "^8.1.0",
    "@babel/preset-env": "^7.9.5",
    "jquery": "^3.5.0",
    "load-grunt-tasks": "^5.1.0",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11",
    "grunt": "^1.1.0",
    "@robinherbots/grunt-available-tasks": "^0.6.4",
    "grunt-bump": "^0.8.0",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-eslint": "^22.0.0",
    "grunt-release": "^0.14.0",
    "grunt-webpack": "^3.1.3"
  }
}
