-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
40 lines (40 loc) · 1.05 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
{
"name": "n4payment",
"description": "Just a simple module to create payments on PagSeguro",
"main": "app.js",
"authors": [
"tiago@n4works.com"
],
"license": "ISC",
"keywords": [
"payment",
"pagseguro",
"pay"
],
"homepage": "https://github.com/N4Works/n4payment",
"moduleType": [
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.7",
"angular-route": "~1.4.7",
"angular-resource": "~1.4.7",
"Materialize": "materialize#~0.97.3",
"n4Fileupload": "n4-fileUpload-directive#~1.1.3",
"n4Notifications": "n4-notifications-directive#>1.0.0",
"n4exceptioninterceptor": "n4-exception-interceptor#~1.0.0",
"n4-dateinput-directive": "~1.0.3",
"n4-numberinput-directive": "n4-numberInput-directive#~1.0.0",
"n4CurrencyInput": "n4-currencyinput-directive#~0.0.1",
"angular-md5": "~0.1.10",
"n4authenticationinterceptor": "n4-authentication-interceptor#~1.0.0",
"angular-i18n": "~1.4.8"
}
}