-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
65 lines (65 loc) · 1.39 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mwbot",
"version": "2.1.3",
"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.8"
},
"devDependencies": {
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
"grunt": "^1.5.3",
"grunt-cli": "^1.4.3",
"grunt-eslint": "^24.0.0",
"grunt-mocha-cli": "^7.0.0",
"grunt-mocha-istanbul": "^5.0.2",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^5.1.0",
"time-grunt": "^2.0.0"
},
"scripts": {
"test-coverage": "grunt lint test-coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/gesinn-it-pub/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/gesinn-it-pub/mwbot/issues"
},
"homepage": "https://github.com/gesinn-it-pub/mwbot#readme"
}