Skip to content

Commit

Permalink
update for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
isuttell committed Jun 24, 2017
1 parent c77f2a7 commit 1662a25
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 8 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ Generate multiple configurable sine waves using a `canvas` element
[![Build Status](http://img.shields.io/travis/isuttell/sine-waves/master.svg?style=flat)](https://travis-ci.org/isuttell/sine-waves)
[![Coverage Status](https://img.shields.io/coveralls/isuttell/sine-waves/master.svg?style=flat)](https://coveralls.io/r/isuttell/sine-waves)
[![Codacy Badge](https://img.shields.io/codacy/a52fd69032474c0ca88dc06ab69a9839.svg?style=flat)](https://www.codacy.com/public/isuttell/sine-waves)
[![Dev Dependencies](http://img.shields.io/david/dev/isuttell/sine-waves.svg?style=flat)](https://david-dm.org/isuttell/sine-waves#info=devDependencies)
[![Release](https://img.shields.io/bower/v/sine-waves.svg?style=flat)](https://github.com/isuttell/sine-waves/tarball/master)
[![Dev Dependencies](http://img.shields.io/david/dev/isuttell/sine-waves.svg?style=flat)](https://david-dm.org/isuttell/sine-waves?type=dev)
[![Release](https://img.shields.io/npm/v/sine-waves.svg?style=flat)](https://www.npmjs.com/package/sine-waves)

## Bower

## NPM

```shell
bower install sine-waves --save
npm install sine-waves --save
```

## Basic Usage
Expand Down
22 changes: 18 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"name": "sine-waves",
"version": "v0.3.0",
"version": "0.3.0",
"description": "Generate multiple configurable sine waves",
"homepage": "https://github.com/isuttell/sine-waves",
"repository": {
"type": "git",
"url": "https://github.com/isuttell/sine-waves.git"
"url": "git+https://github.com/isuttell/sine-waves.git"
},
"scripts": {
"test": "grunt test"
},
"contributors": [
"Isaac Suttell <[email protected]>"
],
"readmeFilename": "README.md",
"devDependencies": {
"codeclimate-test-reporter": "0.0.4",
"coveralls": "^2.11.2",
Expand All @@ -38,5 +37,20 @@
"karma-phantomjs-launcher": "~0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-story-reporter": "~0.2.2"
}
},
"bugs": {
"url": "https://github.com/isuttell/sine-waves/issues"
},
"main": "sine-waves.js",
"directories": {
"example": "examples",
"test": "tests"
},
"keywords": [
"canvas",
"sine",
"sine wave"
],
"author": "Isaac Suttell <[email protected]>",
"license": "MIT"
}

0 comments on commit 1662a25

Please sign in to comment.