forked from Nockiro/slack-black-theme
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
52 lines (52 loc) · 1.18 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
{
"name": "slack-patcher",
"version": "4.0.2-0",
"description": "A dark theme installer for Slack based on Visual Studio's dark theme",
"main": "./src/js/SlackPatcher.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/marchica/slack-black-theme.git"
},
"keywords": [
"slack",
"css",
"dark",
"theme"
],
"bin": {
"slackpatcher": "bin/slackpatcher"
},
"author": "marchica",
"license": "ISC",
"bugs": {
"url": "https://github.com/marchica/slack-black-theme/issues"
},
"homepage": "https://github.com/marchica/slack-black-theme#readme",
"devDependencies": {
"ansi-colors": "^4.1.1",
"del": "^5.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-if": "^3.0.0",
"gulp-stylelint": "^9.0.0",
"minimist": "^1.2.0",
"pkg": "^4.4.0",
"stylelint": "^10.1.0"
},
"dependencies": {
"asar": "^2.0.1",
"gulp-bump": "^3.1.3",
"semver": "^6.3.0",
"tmp": "^0.1.0"
},
"pkg": {
"assets": [
"./release-updater/updater.exe",
"./src/js/patch/SlackPatch.js"
]
}
}