-
Notifications
You must be signed in to change notification settings - Fork 138
/
bower.json
31 lines (31 loc) · 826 Bytes
/
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
{
"name": "payment-webfont",
"version": "0.9.5",
"homepage": "https://github.com/orlandotm/payment-webfont",
"authors": [
{ "name": "Orlando TM Merone", "email": "[email protected]", "homepage": "http://www.orlandotm.com" },
{ "name": "Leo Di Donato", "email": "[email protected]", "homepage": "http://github.com/leodido" },
{ "name": "Leonardo Grasso", "email": "[email protected]", "homepage": "http://github.com/leogr" } ],
"description": "An SVG webfont full of main payment system icons",
"main": "style.css",
"moduleType": [
"globals"
],
"keywords": [
"font",
"payment",
"icon",
"webfont",
"svg",
"css",
"vector"
],
"license": "CC0-1.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}