diff --git a/MIT-LICENSE.txt b/MIT-LICENSE.txt new file mode 100644 index 0000000..e070d10 --- /dev/null +++ b/MIT-LICENSE.txt @@ -0,0 +1,22 @@ +The MIT License (MIT) + +Copyright (c) 2016 BrowserStack + +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 896d3c2..f48f6a6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/browserstack/browserstack-local-nodejs.svg?branch=master)](https://travis-ci.org/browserstack/browserstack-local-nodejs) -A simple Nodejs wrapper for BrowserStack Local Binary. +Nodejs bindings for BrowserStack Local. ## Installation @@ -126,3 +126,4 @@ We love pull requests! We are very happy to work with you to get your changes me * Adhere to the coding conventions you see in the surrounding code. * Include tests, and make sure all tests pass. * Before submitting a pull-request, clean up the git history by going over your commits and squashing together minor changes and fixes into the corresponding commits. You can do this using the interactive rebase command. + diff --git a/package.json b/package.json index 8dc9ee0..a087691 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,8 @@ { - "name": "browserstack", + "name": "browserstack-local", "version": "0.1.0", - "description": "Node client to run selenium tests on BrowserStack", + "description": "Nodejs bindings for BrowserStack Local", + "engine": "^0.10.44", "main": "index.js", "scripts": { "pretest": "./node_modules/.bin/eslint lib/* index.js", @@ -9,6 +10,7 @@ }, "keywords": [ "BrowserStack", + "Local", "selenium", "testing" ], @@ -24,3 +26,4 @@ "mocks": "0.0.15" } } +