-
-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
38 lines (38 loc) · 820 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
35
36
37
38
{
"name": "TwitWork",
"version": "1.1.1",
"description": "Monitor twitter stream",
"main": "main.js",
"scripts": {
"start": "electron . . --disable-gpu"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atmoner/TwitWork.git"
},
"keywords": [
"Twitter",
"api",
"vis",
"demo"
],
"author": "atmon3r",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/atmoner/TwitWork/issues"
},
"homepage": "https://github.com/atmoner/TwitWork#readme",
"devDependencies": {
"electron": "^8.2.0"
},
"dependencies": {
"electron-reload": "^1.5.0",
"electron-store": "^5.1.0",
"html-to-image": "^0.1.1",
"jquery": "^3.4.1",
"openurl": "^1.1.1",
"twit": "^2.2.11",
"uniqid": "^5.2.0",
"vis-network": "=7.3.4"
}
}