-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 4 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
{
"name": "popnetwork-masternode",
"description": "POP Network is decentralized infrastructure for the Creator Economy",
"version": "1.0.7",
"author": {
"name": "The Pop Network Foundation Ltd",
"email": "[email protected]",
"url": "https://thepopnetwork.org"
},
"bugs": {
"url": "https://github.com/popnetwork/popnetwork-masternode/issues"
},
"dependencies": {
"@walletconnect/client": "^1.2.2",
"@walletconnect/core": "^1.2.2",
"@walletconnect/qrcode-modal": "^1.2.2",
"actioncable": "^5.2.4-4",
"airplayer": "^2.0.0",
"application-config": "^1.0.1",
"arch": "^2.1.1",
"auto-launch": "^5.0.5",
"axios": "^0.21.0",
"bignumber.js": "^9.0.1",
"bitfield": "^3.0.0",
"capture-frame": "^3.0.0",
"chokidar": "^3.2.2",
"chromecasts": "^1.9.1",
"create-torrent": "^4.4.1",
"debounce": "^1.2.0",
"deep-equal": "^1.1.0",
"dlnacasts": "^0.1.0",
"dotenv": "^8.2.0",
"drag-drop": "^6.0.0",
"electron-custom-dialog": "^1.0.0",
"es6-error": "^4.1.1",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.0.14",
"fn-getter": "^1.0.0",
"iso-639-1": "^2.1.0",
"languagedetect": "^2.0.0",
"location-history": "^1.1.1",
"material-ui": "^0.20.2",
"mkdirp": "^0.5.1",
"music-metadata": "^7.8.6",
"network-address": "^1.1.2",
"parse-torrent": "^7.0.1",
"prettier-bytes": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"rimraf": "^3.0.0",
"run-parallel": "^1.1.9",
"semver": "^6.3.0",
"simple-concat": "^1.0.0",
"simple-get": "^3.1.0",
"srt-to-vtt": "^1.1.3",
"tslib": "^2.0.1",
"vlc-command": "^1.2.0",
"webtorrent": ">=0.107.16",
"winreg": "^1.2.4"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"buble": "^0.19.8",
"cross-zip": "^2.1.6",
"depcheck": "^0.9.0",
"electron": "^13.2.3",
"electron-osx-sign": "^0.5.0",
"electron-packager": "^15.3.0",
"electron-winstaller": "^5.0.0",
"gh-release": "^3.5.0",
"minimist": "^1.2.3",
"nodemon": "^1.19.4",
"open": "^7.0.0",
"plist": "^3.0.1",
"pngjs": "^3.4.0",
"run-series": "^1.1.8",
"spectron": "^9.0.0",
"standard": "*",
"tape": "^4.11.0",
"walk-sync": "^2.0.2"
},
"engines": {
"node": ">=4.0.0"
},
"homepage": "https://thepopnetwork.org",
"keywords": [
"desktop",
"electron",
"electron-app",
"hybrid popnetwork client",
"mad science",
"torrent",
"torrent client",
"popnetwork"
],
"license": "MIT",
"main": "index.js",
"optionalDependencies": {
"appdmg": "^0.6.0",
"electron-installer-debian": "^3.1.0",
"electron-installer-redhat": "^3.3.0"
},
"private": true,
"productName": "popnetwork",
"repository": {
"type": "git",
"url": "git://github.com/popnetwork/popnetwork-masternode.git"
},
"scripts": {
"build": "buble src --target chrome:71 --output build",
"clean": "node ./bin/clean.js",
"gh-release": "gh-release",
"install-system-deps": "brew install fakeroot dpkg rpm",
"open-config": "node ./bin/open-config.js",
"package": "node ./bin/package.js",
"start": "npm run build && electron --no-sandbox .",
"test": "standard && depcheck --ignores=standard,babel-eslint --ignore-dirs=build,dist && node ./bin/extra-lint.js",
"test-integration": "npm run build && node ./test",
"update-authors": "./bin/update-authors.sh",
"watch": "nodemon --exec \"npm run start\" --ext js,css --ignore build/ --ignore dist/"
},
"standard": {
"parser": "babel-eslint"
}
}