-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
49 lines (49 loc) · 1.29 KB
/
bower.json
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
45
46
47
48
49
{
"name": "ingresse-websdk",
"homepage": "https://github.com/ingresse/ingresse-websdk",
"authors": [
"Daniel Borlino de Oliveira <daniel.borlino@ingresse.com>"
],
"description": "SDK da API do ingresse.com em angular.js",
"main": [
"scripts/IngresseAPI.Preferences.js",
"scripts/IngresseAPI.UserService.js",
"scripts/IngresseAPI.EventService.js",
"scripts/IngresseAPI.js",
"scripts/ingresse-login.js",
"scripts/ingresse-login.css",
"scripts/ingresse-user.js"
],
"keywords": [
"ingresse.com",
"API",
"SDK"
],
"dependencies": {
"angular": "1.6.9",
"angular-animate": "1.6.9",
"angular-cookie": "4.1.0",
"angular-material": "~0.10.*",
"angular-messages": "1.6.9",
"angular-resource": "1.6.9",
"angular-route": "1.6.9",
"angular-sanitize": "1.6.9",
"angular-touch": "1.6.9",
"angular-ui-utils": "~3.0.0",
"animate.css": "https://github.com/daneden/animate.css.git#~3.4.0",
"es5-shim": "~4.1.*",
"json3": "~3.3.1",
"moment": "~2.*.*",
"ng-json-explorer": "*",
"pagar-me": "https://pagar.me/assets/pagarme.js",
"angular-aria": "^1.6.9"
},
"devDependencies": {
"angular-mocks": "1.6.9",
"angular-scenario": "1.6.9"
},
"appPath": "app",
"resolutions": {
"angular": "1.6.9"
}
}