forked from dimdenGD/OldTwitter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 791 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
32
33
34
{
"name": "oldtwitter",
"version": "0.0.0",
"description": "Extension to return old Twitter layout from 2015.",
"main": "pack.js",
"scripts": {
"test": "node test.js",
"build": "node pack.js",
"build-action": "node pack.js -a"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dimdenGD/OldTwitter.git"
},
"keywords": [
"twitter",
"twitter-client",
"chrome-extension",
"firefox-addons",
"chrome",
"firefox-extension",
"chromium-extension"
],
"author": "dimden",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/dimdenGD/OldTwitter/issues"
},
"homepage": "https://github.com/dimdenGD/OldTwitter#readme",
"dependencies": {
"adm-zip": "^0.5.10",
"node-fetch": "^2.6.7"
}
}