forked from timigod/another-twitter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 672 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 672 Bytes
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
{
"name": "AnotherTwitter",
"productName": "Another Twitter",
"version": "0.1.0",
"description": "A minimal Twitter of macOS application",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"keywords": [
"twitter",
"mac",
"desktop",
"pwa",
"progressive",
"web",
"app"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "~1.6.2",
"electron-rebuild": "^1.5.11"
},
"dependencies": {
"electron-main-notification": "^1.0.1",
"electron-oauth-twitter": "^1.1.0",
"electron-store": "^1.2.0",
"keytar": "^4.0.3",
"open": "0.0.5",
"twitter": "^1.7.1"
}
}