This repository has been archived by the owner on May 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.8 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "mediawiki-extension",
"version": "0.1.2",
"description": "An interactive tool that installs and upgrades MediaWiki extensions.",
"keywords": [
"mediawiki",
"mediawiki-extensions",
"wiki",
"composer",
"cli",
"tools",
"install"
],
"license": "MIT",
"author": {
"name": "Redwerks Systems Inc.",
"url": "http://redwerks.org"
},
"contributors": [
{
"name": "Daniel Friesen",
"email": "[email protected]",
"url": "http://danielfriesen.name/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/redwerks/mediawiki-extension-command.git"
},
"homepage": "https://github.com/redwerks/mediawiki-extension-command",
"bugs": {
"url": "https://github.com/redwerks/mediawiki-extension-command/issues"
},
"bin": {
"mediawiki-extension": "bin/mediawiki-extension.js"
},
"dependencies": {
"bluebird": "^2.10.2",
"byline": "^4.2.1",
"chalk": "^1.1.1",
"cli-color": "^1.0.0",
"configstore": "^1.2.1",
"debug": "^2.2.0",
"decompress-zip": "^0.2.0",
"event-stream": "^3.3.1",
"findup-sync": "^0.3.0",
"git-cmd": "^0.2.1",
"glob": "^5.0.15",
"graceful-fs": "^4.1.2",
"inquirer": "^0.10.1",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"mv": "^2.1.1",
"nomnom": "^1.8.1",
"os-homedir": "^1.0.1",
"os-tmpdir": "^1.0.1",
"progress-stream": "^1.1.1",
"request": "^2.64.0",
"rimraf": "^2.4.3",
"semver": "^5.0.3",
"strip-ansi": "^3.0.0",
"tmp": "0.0.28",
"update-notifier": "^0.5.0",
"which": "^1.2.0",
"xdg-basedir": "^2.0.0"
},
"devDependencies": {
"babel": "^5.8.23",
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-babel": "^5.2.1",
"gulp-replace": "^0.5.4",
"run-sequence": "^1.1.4"
},
"preferGlobal": true
}