forked from cschiller/zhongwen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 792 Bytes
/
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
{
"name": "zhongwen",
"version": "5.15.0",
"description": "Chinese Pop-Up Dictionary",
"repository": {
"type": "git",
"url": "git+https://github.com/cschiller/zhongwen.git"
},
"keywords": [
"Chinese",
"Dictionary"
],
"author": "Christian Schiller",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/cschiller/zhongwen/issues"
},
"homepage": "https://github.com/cschiller/zhongwen#readme",
"devDependencies": {
"eslint": "^8.10.0",
"stylelint": "^14.5.3",
"stylelint-config-recommended": "^7.0.0"
},
"stylelint": {
"extends": "stylelint-config-recommended"
},
"scripts": {
"lint": "eslint --fix *.js js/options.js js/wordlist.js js/zhuyin.js",
"csslint": "stylelint css/content.css css/wordlist.css"
}
}