backbone.adal
Version:
Active Directory Authentication Library (ADAL) for Backbone
41 lines (40 loc) • 1.01 kB
JSON
{
"name": "backbone.adal",
"version": "0.0.14",
"description": "Active Directory Authentication Library (ADAL) for Backbone",
"main": "./lib/backbone.adal.js",
"scripts": {
"start": "grunt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RobinHerbots/backbone.adal.git"
},
"keywords": [
"AAD",
"azure-active-directory",
"adal",
"authentication",
"backbonejs"
],
"author": "Robin Herbots",
"license": "MIT",
"bugs": {
"url": "https://github.com/RobinHerbots/backbone.adal/issues"
},
"homepage": "https://github.com/RobinHerbots/backbone.adal#readme",
"dependencies": {
"adal-angular": "^1.0.17",
"backbone": "^1.3.3",
"jquery": "^3.2.1"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"grunt": "^1.0.3",
"grunt-available-tasks": "^0.6.3",
"grunt-cli": "^1.3.2",
"load-grunt-tasks": "^4.0.0",
"grunt-release": "^0.14.0"
}
}