ngauth
Version:
Authorization layer over angular
31 lines (30 loc) • 572 B
JSON
{
"name": "ngAuth",
"version": "0.0.8",
"homepage": "https://github.com/GoDisco/ngAuth",
"authors": [
"talgleichger <tal@godisco.net>",
"almogbaku <almog@godisco.net>"
],
"description": "AngularJS Authentication gateway for ngRoute",
"main": "AuthBase.js",
"keywords": [
"ngAuth",
"AngularJS",
"ngRoute",
"Authentication",
"Auth",
"GoDisco"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": ">=1.0.0 <1.3.0"
}
}