forked from AtomMaterialUI/mtslack
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 921 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": "slack-themes",
"version": "1.0.0",
"description": "Slack themes for slack",
"main": "index.js",
"scripts": {
"apply": "sudo npx ./main.js",
"build": "gulp styles",
"debug": "gulp debugStyles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mallowigi/slack-themes.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mallowigi/slack-themes/issues"
},
"homepage": "https://github.com/mallowigi/slack-themes#readme",
"devDependencies": {
"js-yaml": "^3.13.1",
"asar": "^2.0.1",
"chalk": "^2.4.2",
"clear": "^0.1.0",
"clui": "^0.3.6",
"configstore": "^5.0.0",
"figlet": "^1.2.3",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.2.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"inquirer": "^6.5.0",
"minimist": "^1.2.0",
"npx": "^10.2.0",
"rimraf": "latest"
}
}