Skip to content

Commit

Permalink
Added npm support
Browse files Browse the repository at this point in the history
  • Loading branch information
joerez committed Mar 17, 2018
1 parent 0aa9216 commit eed1dcf
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,24 @@


# Woah.css
CSS Animation Library for eccentric web developers.
CSS Animation Library for eccentric web developers.
View demo here: http://www.joerezendes.com/projects/Woah.css/

## Installation

To install via npm, simply do the following:
```
$ npm install woah.css --save
```

To install via Bower, simply do the following:
```
$ bower install woah.css --save
```


## How to use
Download woah.css and put it in your documents ```head```.
Download woah.css and put it in your documents ```head```.

```
<head>
Expand Down Expand Up @@ -41,7 +47,7 @@ Woah.css has three different types of animations to choose from.
-- These are very eccentric and barely practical, but are very fun and showy.

- Wow animations
-- These are still a little eccentric, but could very well be used in normal websites.
-- These are still a little eccentric, but could very well be used in normal websites.

- Normie animations
-- These are very basic.
Expand Down
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "woah.css",
"version": "1.3.0",
"description": "woah.css is a CSS Animation library for ecentric developers",
"main": "woah.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joerez/Woah.css.git"
},
"keywords": [
"css",
"animation",
"library"
],
"author": "Joe Rezendes",
"license": "MIT",
"bugs": {
"url": "https://github.com/joerez/Woah.css/issues"
},
"homepage": "https://github.com/joerez/Woah.css#readme"
}

0 comments on commit eed1dcf

Please sign in to comment.