UNPKG

ovh-angular-doubleauth-backupcode

Version:
40 lines (39 loc) 1.09 kB
{ "name": "ovh-angular-doubleauth-backupcode", "version": "0.0.8", "description": "Angular service for double authentication backup code", "license": "BSD-3-Clause", "author": "OVH SAS", "repository": "ovh-ux/ovh-angular-doubleauth-backupcode", "scripts": { "lint": "eslint src/. --ext .js --quiet", "test": "grunt test" }, "main": "./dist/ovh-angular-doubleauth-backupcode.js", "keywords": [ "angular", "double authentication", "backup code" ], "dependencies": { "angular": "~1.2.18", "angular-i18n": "~1.2.14", "angular-route": "~1.2.14", "angular-sanitize": "~1.2.14", "ovh-angular-proxy-request": "^0.1.0" }, "devDependencies": { "eslint": "^4.0.0", "eslint-config-ovh": "^0.1.1", "grunt": "0.4.x", "grunt-bump": "~0.0.11", "grunt-complexity": "~0.1.3", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-concat": "~0.3.0", "grunt-contrib-copy": "~0.4.1", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", "grunt-eslint": "^20.0.0", "matchdep": "^0.3.0" } }