-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
64 lines (64 loc) · 1.48 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
{
"author": {
"name": "Sokcuri",
"email": "[email protected]",
"url": "https://github.com/sokcuri"
},
"contributors": [
{
"name": "Dalgona",
"url": "https://github.com/dalgona"
},
{
"name": "GaeulByul",
"url": "https://github.com/zn"
},
{
"name": "TintypeMolly",
"url": "https://github.com/TintypeMolly"
}
],
"name": "TweetDeckPlayer",
"version": "2.3.4",
"main": "src/index.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sokcuri/TweetDeckPlayer"
},
"bugs": {
"url": "https://github.com/sokcuri/TweetDeckPlayer/issues"
},
"dependencies": {
"async": "^2.0.1",
"detect-font": "^0.1.3",
"jquery": "^3.1.0",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mz": "^2.6.0",
"nouislider": "^8.5.1",
"request": "^2.74.0",
"twemoji": "^2.2.5",
"twitter-text": "^1.14.0",
"vex-dialog": "^1.0.7",
"vex-js": "^4.0.1"
},
"devDependencies": {
"csscomb": "^3.1.8",
"electron": "^1.8.1",
"electron-packager": "^8.0.0",
"eslint": "^3.5.0",
"eslint-plugin-html": "^2.0.1",
"fs-extra": "^0.30.0",
"minimist": "^1.2.0",
"sync-exec": "^0.6.2"
},
"scripts": {
"csslint": "csscomb src/css/ --lint --verbose",
"csscomb": "csscomb src/css/ --verbose",
"start": "electron ./src/index.js",
"eslint": "eslint src/ tools/",
"build": "node tools/build.js",
"clean": "node tools/clean.js"
}
}