diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..24ededa --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 Daniel Duarte + +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. diff --git a/README.md b/README.md index a1785e5..9340afa 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # flowed +![License](https://img.shields.io/npm/l/flowed?color=%23007ec6) +[![NPM Package Version](https://img.shields.io/npm/v/flowed)](https://www.npmjs.com/package/flowed) [![Build Status](https://travis-ci.org/daniel-duarte/flowed.svg?branch=master)](https://travis-ci.org/daniel-duarte/flowed) [![Coverage Status](https://coveralls.io/repos/github/daniel-duarte/flowed/badge.svg?branch=master)](https://coveralls.io/github/daniel-duarte/flowed?branch=master) [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=daniel-duarte_flowed&metric=alert_status)](https://sonarcloud.io/dashboard?id=daniel-duarte_flowed) -[![NPM](https://nodei.co/npm/flowed.png?compact=true)](https://nodei.co/npm/flowed/) - A fast and reliable flow manager and task runner for *Node.js*. ## Main Features diff --git a/package.json b/package.json index 7264000..f3dca04 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ ], "author": "Daniel Duarte ", "license": "MIT", + "homepage": "http://tiny.cc/flowed", "repository": "https://github.com/daniel-duarte/flowed", "main": "dist/index.js", "scripts": {