diff --git a/README.md b/README.md index d5acc8e87..47ab1073c 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,12 @@ Just make sure to add tests for your feature or bugfix, so we don't break it in ## Authors -By Tomás Pollak, with the help of contributors. +By Tomás Pollak, with the help of the following contributors: + + - Carlos Yaconi + - Javier Acuña + - Mauricio Schneider + - Rodrigo Aliste ## Credits @@ -121,6 +126,6 @@ By Tomás Pollak, with the help of contributors. ## Legal -Copyright © 2011-2014, Fork Ltd. +Copyright © 2011-2016 Prey, Inc. Released under the GPLv3 license. For full details see the `license.txt` file included in this distribution. diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ce4a52dfb..c5b1aff09 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "prey", - "version": "1.5.0", + "version": "1.6.0", "dependencies": { "async": { "version": "0.9.0", @@ -712,7 +712,7 @@ }, "destroy": { "version": "1.0.3", - "from": "https://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz", + "from": "destroy@1.0.3", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.3.tgz" }, "etag": { @@ -734,7 +734,7 @@ }, "mime": { "version": "1.3.4", - "from": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz", + "from": "mime@1.3.4", "resolved": "https://registry.npmjs.org/mime/-/mime-1.3.4.tgz" }, "ms": { @@ -756,7 +756,7 @@ }, "range-parser": { "version": "1.0.2", - "from": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.2.tgz", + "from": "range-parser@>=1.0.2 <1.1.0", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.0.2.tgz" } } @@ -798,6 +798,18 @@ "from": "https://registry.npmjs.org/which/-/which-1.0.9.tgz", "resolved": "https://registry.npmjs.org/which/-/which-1.0.9.tgz" }, + "winattr": { + "version": "1.1.0", + "from": "winattr@>=1.1.0 <2.0.0", + "resolved": "https://registry.npmjs.org/winattr/-/winattr-1.1.0.tgz", + "dependencies": { + "fswin": { + "version": "2.16.501", + "from": "fswin@>=2.15.915 <3.0.0", + "resolved": "https://registry.npmjs.org/fswin/-/fswin-2.16.501.tgz" + } + } + }, "wink": { "version": "0.0.1", "from": "https://registry.npmjs.org/wink/-/wink-0.0.1.tgz", diff --git a/package.json b/package.json index 015bd99ec..9098dc7ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "prey", - "version": "1.5.1", - "author": "Tomás Pollak ", + "version": "1.6.0", + "author": "Client Engineering ", "keywords": [ "prey", "anti", @@ -65,7 +65,8 @@ "which": "", "wink": "0.0.1", "winssh": "", - "wmic": "0.0.7" + "wmic": "0.0.7", + "winattr": "1.1.0" }, "devDependencies": { "mkdirp": "",