Comparing version 0.5.1 to 0.5.2
@@ -6,3 +6,3 @@ { | ||
"author": "David Fenster <david@dfenster.com>", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"repository": { | ||
@@ -12,15 +12,10 @@ "type": "git", | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/shutterstock/fnFlow/raw/master/README.md" | ||
} | ||
], | ||
"dependencies" : { | ||
"license": "MIT", | ||
"dependencies": { | ||
"common-errors": "0.1.1", | ||
"async": "0.2.6", | ||
"async": "0.2.6", | ||
"underscore": "1.4.4" | ||
}, | ||
"devDependencies": { | ||
"nodeunit": ">0.0.0" | ||
"nodeunit": ">0.0.0" | ||
}, | ||
@@ -45,3 +40,9 @@ "keywords": [ | ||
"test": "nodeunit tests" | ||
} | ||
}, | ||
"homepage": "https://github.com/shutterstock/fnFlow", | ||
"bugs": "https://github.com/shutterstock/fnFlow/issues", | ||
"contributors": [ | ||
"David Fenster <david@dfenster.com>", | ||
"Ben Kovacevich <bkovacevich@shutterstock.com" | ||
] | ||
} |
@@ -8,4 +8,10 @@ fnflow | ||
__Basic Usage__ | ||
## Install | ||
```sh | ||
npm install fnflow | ||
``` | ||
## Usage | ||
```javascript | ||
@@ -110,3 +116,3 @@ var Flow = require('fnflow').Flow, Task = Flow.Task; | ||
## Task(fn_or_string, [*string_args]) | ||
## Task(`fn_or_string, [*string_args]`) | ||
@@ -192,4 +198,2 @@ Constructor function. Represents an asynchronous function whose final argument is a callback function(err, value). | ||
## Authors | ||
@@ -199,15 +203,8 @@ | ||
## Contribute | ||
Please do! Check out our [Contributing guidelines](CONTRIBUTING.md). | ||
## License | ||
Copyright (C) 2013 by Shutterstock Images, LLC | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||
[MIT](LICENSE) © 2013-2017 Shutterstock Images, Inc. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
74821
16
1659
207