-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 638 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 638 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "old-wiki",
"version": "1.5.0",
"description": "This extension simply changes the Wikipedia user interface to the beautiful legacy vector layout. It is also applied to the other international Wikimedia pages.",
"dependencies": {
"@types/chrome": "0.0.127",
"npm": "^8.18.0"
},
"scripts": {
"build": "./tools/build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adlerzei/old-wiki"
},
"author": "Christian Zei",
"license": "MIT",
"bugs": {
"url": "https://github.com/adlerzei/old-wiki/issues"
},
"homepage": "https://github.com/adlerzei/old-wiki#readme"
}