forked from wikimedia-gadgets/afc-helper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "afc-helper",
"description": "A tool for reviewing Articles for Creation submissions on the English Wikipedia.",
"homepage": "https://github.com/wikimedia-gadgets/afc-helper",
"bugs": {
"url": "https://github.com/wikimedia-gadgets/afc-helper/issues"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/wikimedia-gadgets/afc-helper.git"
},
"scripts": {
"test": "grunt test",
"lint": "grunt lint"
},
"dependencies": {
"hogan.js": "^3.0.2"
},
"devDependencies": {
"eslint-config-wikimedia": "^0.28.2",
"grunt": "^1.4.1",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-eslint": "^24.3.0",
"grunt-exec": "^3.0.0",
"jest-cli": "^27.0.6",
"jquery": "^3.6.0"
},
"jest": {
"testEnvironment": "jsdom",
"testMatch": [
"**/tests/**/test-*.[jt]s?(x)",
"**/?(*.)+(spec|test).[jt]s?(x)"
]
}
}