Skip to content

Commit

Permalink
release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gesinn-it-gea committed Jan 31, 2021
1 parent 5b77147 commit d778db4
Showing 1 changed file with 64 additions and 64 deletions.
128 changes: 64 additions & 64 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,66 +1,66 @@
{
"name": "mwbot",
"version": "1.1.0-alpha",
"description": "A simple, flexible MediaWiki Bot",
"main": "src/index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"request": "^2.88.2",
"semlog": "^0.6.10"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-documentation": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-cli": "^4.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.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": "1.1.0",
"description": "A simple, flexible MediaWiki Bot",
"main": "src/index.js",
"directories": {
"test": "test"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"bluebird": "^3.7.2",
"request": "^2.88.2",
"semlog": "^0.6.10"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"grunt": "^1.0.4",
"grunt-cli": "^1.3.2",
"grunt-documentation": "^1.2.0",
"grunt-eslint": "^19.0.0",
"grunt-mocha-cli": "^4.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"grunt-release": "^0.14.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"time-grunt": "^1.4.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 d778db4

Please sign in to comment.