-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 970 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 970 Bytes
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
{
"name": "angular-oauth2",
"version": "0.0.1",
"description": "Allows you to add activities, and picks one",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/monotkate/angular-oauth2.git"
},
"keywords": [
"angular",
"oauth2",
"authentication"
],
"author": "Miranda Van Minnen",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/monotkate/angular-oauth2/issues"
},
"homepage": "https://github.com/monotkate/angular-oauth2#readme",
"dependencies": {
"angular": "1.5.8",
"angular-animate": "1.5.3",
"angular-aria": "1.5.3",
"angular-material": "1.0.6",
"angular-messages": "1.5.3",
"angular-ui-router": "0.2.15",
"material-design-icons": "*",
"angular-cookies": "1.5.3",
"express": "^4.13.4",
"body-parser": "^1.15.0"
}
}