forked from JamesRandall/AngularJS-OAuth2
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.2 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "angularjs-oauth2",
"version": "1.2.1",
"description": "Bower and npm package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.",
"main": "dist/angularJsOAuth2.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/JamesRandall/AngularJS-OAuth2.git"
},
"keywords": [
"angularjs",
"oauth2",
"identity",
"openid",
"openidconnect",
"directive",
"authentication",
"authorization"
],
"author": "James Randall",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesRandall/AngularJS-OAuth2/issues"
},
"homepage": "https://github.com/JamesRandall/AngularJS-OAuth2",
"devDependencies": {
"grunt": "^0.4.5",
"karma-script-launcher": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.0",
"karma": "^0.12.37",
"karma-story-reporter": "^0.3.1",
"grunt-karma": "^0.11.1",
"grunt-cli": "^0.1.13",
"karma-sauce-launcher": "~0.1.8"
},
"dependencies": {
"angular-md5": "^0.1.10"
}
}