forked from eryg-kai/Rocket.Chat.Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 948 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
39
{
"name": "Rocket.Chat.Dark",
"version": "2.0.4",
"description": "A dark Discord-inspired theme for Rocket.Chat",
"author": "0x0049 <dev@0x0049.me> (https://ln.0x0049.me/me)",
"repository": {
"type": "git",
"url": "https://github.com/0x0049/Rocket.Chat.Dark"
},
"bugs": {
"url": "https://github.com/0x0049/Rocket.Chat.Dark/issues"
},
"keywords": [
"rocket",
"chat",
"rocket.chat",
"rocketchat",
"dark",
"theme"
],
"devDependencies": {
"gulp": "4.0.x",
"gulp-autoprefixer": "6.0.x",
"gulp-clean-css": "3.10.x",
"gulp-rename": "1.4.x",
"gulp-stylus": "2.7.x",
"request": "2.88.x"
},
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"watch:deploy": "gulp watch:deploy",
"deploy": "gulp deploy",
"version": "npm run gulp && git add -A dist",
"postversion": "git push && git push --tags"
},
"analyze": true,
"license": "Unlicense"
}