-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 883 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 883 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
34
35
{
"name": "live-support",
"version": "2.14.5",
"description": "A software for support live broadcast.",
"main": "index.js",
"private": true,
"scripts": {
"test": "electron .",
"lint": "eslint **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LiveSupportApp/LiveSupport.git"
},
"author": "yuta0801",
"license": "MIT",
"bugs": {
"url": "https://github.com/LiveSupportApp/LiveSupport/issues"
},
"homepage": "https://github.com/LiveSupportApp/LiveSupport#readme",
"dependencies": {
"electron": "^1.8.2",
"electron-json-storage": "^4.0.2",
"electron-prompt": "^0.5.0",
"google-auth-library": "^0.12.0",
"googleapis": "^23.0.2",
"node-twitter-api": "^1.8.0",
"request": "^2.83.0",
"tmi.js": "^1.2.1",
"twitter": "^1.7.1"
},
"devDependencies": {
"devtron": "^1.4.0"
}
}