Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1 from axelpale/master
Browse files Browse the repository at this point in the history
package.json and NPM
  • Loading branch information
yields committed May 4, 2015
2 parents c639ee2 + 063d7a9 commit 6203f6a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@

$ component install yields/css-ease

or via [npm](https://www.npmjs.com):

$ npm install css-ease

## Example

```js
Expand Down
15 changes: 15 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "css-ease",
"homepage": "https://github.com/yields/css-ease",
"repository": {
"type": "git",
"url": "git://github.com/yields/css-ease.git"
},
"description": "css easing functions.",
"version": "0.0.1",
"keywords": ["easing"],
"dependencies": {},
"devDependencies": {},
"license": "MIT",
"main": "index.js"
}

0 comments on commit 6203f6a

Please sign in to comment.