Extension to return old Twitter layout from 2015.
1{
2 "name": "oldtwitter",
3 "version": "0.0.0",
4 "description": "Extension to return old Twitter layout from 2015.",
5 "main": "pack.js",
6 "scripts": {
7 "test": "node test.js",
8 "build": "node pack.js",
9 "build-action": "node pack.js -a"
10 },
11 "repository": {
12 "type": "git",
13 "url": "git+https://github.com/dimdenGD/OldTwitter.git"
14 },
15 "keywords": [
16 "twitter",
17 "twitter-client",
18 "chrome-extension",
19 "firefox-addons",
20 "chrome",
21 "firefox-extension",
22 "chromium-extension"
23 ],
24 "author": "dimden",
25 "license": "UNLICENSED",
26 "bugs": {
27 "url": "https://github.com/dimdenGD/OldTwitter/issues"
28 },
29 "homepage": "https://github.com/dimdenGD/OldTwitter#readme",
30 "dependencies": {
31 "adm-zip": "^0.5.10"
32 }
33}