forked from wikimedia-gadgets/afc-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "afch-rewrite",
"version": "0.9.1",
"description": "A tool for reviewing Articles for Creation submissions on the English Wikipedia.",
"homepage": "https://github.com/WPAFC/afch-rewrite",
"bugs": {
"url": "https://github.com/WPAFC/afch-rewrite/issues"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/WPAFC/afch-rewrite/npm.git"
},
"scripts": {
"test": "grunt test",
"generate-certificates": "node scripts/generate-certificates.js"
},
"dependencies": {
"hogan.js": "^3.0.2"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-wikimedia": "^0.5.0",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-less": "^1.4.1",
"grunt-eslint": "^20.1.0",
"grunt-exec": "^3.0.0",
"jest-cli": "^12.1.1",
"jquery": "^3.2.1",
"minimist": "^1.2.5"
}
}