{ "name": "ng-token-auth", "version": "0.0.28", "authors": [ "Lynn Dylan Hurley " ], "description": "Token based authentication system for angular js. Includes support for oauth2 authentication using Facebook, Github, and Google.", "main": "dist/ng-token-auth.js", "keywords": [ "authentication", "oauth2", "angular", "token", "secure" ], "license": "MIT", "homepage": "http://github.com/lynndylanhurley/ng-token-auth", "ignore": [ "**/.*", "node_modules", "bower_components", "gulpfile.js", "package.json", "test", "tests" ], "dependencies": { "angular": "~1.4.4", "angular-cookie": "~4.0.9" } }