Skip to content

Commit

Permalink
Merge pull request #9 from ripaclub/master
Browse files Browse the repository at this point in the history
Bower package definition
  • Loading branch information
orlandotm committed May 4, 2014
2 parents 62ff49b + 4cdecee commit a685143
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 10 deletions.
16 changes: 11 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ All trademarks are the property of their respective owners; third-party brands,
Glyphs
------

![Payment webfont glyphs](https://raw.githubusercontent.com/orlandotm/payment-webfont/master/preview.jpg "Payment webfont glyphs")
![Payment webfont glyphs](preview.jpg "Payment webfont glyphs")

* Mastercard
* Maestro
Expand Down Expand Up @@ -39,9 +39,9 @@ Glyphs
Installation
------------

### Using [Composer](http://packagist.org/packages/orlandotm/payment-webfont)
### Using [Composer](https://github.com/composer/composer)

To install with composer add `orlandotm/payment-webfont` to your `composer.json`. E.g.,
To install with [composer](http://packagist.org/packages/orlandotm/payment-webfont) add `orlandotm/payment-webfont` to your `composer.json`. E.g.,

```
{
Expand All @@ -51,12 +51,18 @@ To install with composer add `orlandotm/payment-webfont` to your `composer.json`
}
```

### Using [Component](https://github.com/component/component)
### Using [Component](http://component.io)

To install as a component just run `component install orlandotm/payment-webfont`.
To install as a [component](https://github.com/component/component) just run `component install orlandotm/payment-webfont`.

Or add `orlandotm/payment-webfont` to the dependencies element into your `component.json`.

### Using [Bower](http://bower.io)

To install with [bower]() just run `bower install orlandotm/payment-webfont`.

Or add `orlandotm/payment-webfont` to the dependencies element into you `bower.json`.

---

[![Analytics](https://ga-beacon.appspot.com/UA-50602721-1/orlandotm/payment-webfonts)](https://github.com/igrigorik/ga-beacon)
Expand Down
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "orlandotm/payment-webfont",
"description": "An SVG webfont full of main payment system icons",
"version": "0.9.3",
"main": "style.css",
"repository": {
"type": "git",
"url": "git://github.com/orlandotm/payment-webfont.git"
},
"keywords": [
"font",
"payment",
"icon",
"webfont",
"svg"
],
"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" }
]
"license": "CC0-1.0",
"homepage": "https://github.com/orlandotm/payment-webfont"
}
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "payment-webfont",
"repo": "orlandotm/payment-webfont",
"version": "0.9.1",
"version": "0.9.3",
"description": "An SVG webfont full of main payment system icons",
"keywords": [
"icon",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"authors": [
{
"name": "Orlando Merone",
"name": "Orlando TM Merone",
"email": "[email protected]",
"homepage": "http://www.orlandotm.com",
"role": "Developer"
Expand Down
Loading

0 comments on commit a685143

Please sign in to comment.