Skip to content

Commit

Permalink
Prepping for release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
EnKrypt committed Sep 16, 2016
1 parent aae55e3 commit e38bbfe
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
{
"name": "botato",
"version": "0.1.3",
"description": "A cross platform botnet client that makes remote management easy",
"main": "botato.js",
"bin": "botato.js",
"dependencies": {
"desktop-screenshot": "^0.1.1",
"fs-extra": "^0.30.0",
"imgur": "^0.1.7",
"irc": "^0.5.0",
"readline-sync": "^1.4.4",
"request": "^2.74.0",
"semver": "^5.3.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"jasmine": "2.3.2"
},
"scripts": {
"test": "cp package.json jasmine/package.json && cd jasmine && jasmine && rm package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnKrypt/Botato.git"
},
"author": "EnKrypt",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/EnKrypt/Botato/issues"
},
"homepage": "https://github.com/EnKrypt/Botato#readme",
"keywords": [
"botato",
"bot",
"bots",
"botnet",
"remote",
"network"
]
"name": "botato",
"version": "0.1.4",
"description": "A cross platform botnet client that makes remote management easy",
"main": "botato.js",
"bin": "botato.js",
"dependencies": {
"desktop-screenshot": "^0.1.1",
"fs-extra": "^0.30.0",
"imgur": "^0.1.7",
"irc": "^0.5.0",
"readline-sync": "^1.4.4",
"request": "^2.74.0",
"semver": "^5.3.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"jasmine": "2.3.2"
},
"scripts": {
"test": "cp package.json jasmine/package.json && cd jasmine && jasmine && rm package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EnKrypt/Botato.git"
},
"author": "EnKrypt",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/EnKrypt/Botato/issues"
},
"homepage": "https://github.com/EnKrypt/Botato#readme",
"keywords": [
"botato",
"bot",
"bots",
"botnet",
"remote",
"network"
]
}

0 comments on commit e38bbfe

Please sign in to comment.