Skip to content

Commit

Permalink
release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Feb 1, 2021
1 parent b494973 commit 4ef42b6
Showing 1 changed file with 65 additions and 65 deletions.
130 changes: 65 additions & 65 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,67 @@
{
"name": "mwbot",
"version": "2.0.0-alpha",
"description": "A simple, flexible MediaWiki Bot",
"main": "src/index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"request": "^2.88.2",
"semlog": "^0.6.10",
"semver": "7.3.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-documentation": "^1.2.3",
"grunt-eslint": "^23.0.0",
"grunt-mocha-cli": "^7.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fannon/mwbot.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"MediaWiki",
"Bot",
"Upload",
"API",
"Promises",
"MW"
],
"author": {
"name": "Simon Heimler",
"mail": "[email protected]",
"url": "http://www.fannon.de"
},
"contributors": [
{
"name": "gesinn.it GmbH & Co. KG",
"email": "[email protected]",
"url": "https://gesinn.it"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Fannon/mwbot/issues"
},
"homepage": "https://github.com/Fannon/mwbot#readme"
"name": "mwbot",
"version": "2.0.0",
"description": "A simple, flexible MediaWiki Bot",
"main": "src/index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"request": "^2.88.2",
"semlog": "^0.6.10",
"semver": "7.3.4"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-documentation": "^1.2.3",
"grunt-eslint": "^23.0.0",
"grunt-mocha-cli": "^7.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Fannon/mwbot.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"keywords": [
"MediaWiki",
"Bot",
"Upload",
"API",
"Promises",
"MW"
],
"author": {
"name": "Simon Heimler",
"mail": "[email protected]",
"url": "http://www.fannon.de"
},
"contributors": [
{
"name": "gesinn.it GmbH & Co. KG",
"email": "[email protected]",
"url": "https://gesinn.it"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Fannon/mwbot/issues"
},
"homepage": "https://github.com/Fannon/mwbot#readme"
}

0 comments on commit 4ef42b6

Please sign in to comment.