forked from Ayfri/Channel-Icons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 826 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
{
"name": "channel-icons",
"version": "2.2.0",
"description": "Gives some channels unique icons depending on their name.",
"scripts": {
"compile": "sass source.scss channelicons.theme.css",
"watch": "sass -w source.scss channelicons.theme.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/v-briese/channel-icons.git"
},
"keywords": [
"discord",
"stylus",
"discord-theme",
"betterdiscord",
"betterdiscord-theme",
"powercord",
"powercord-theme",
"stylus-theme",
"vizality",
"vizality-theme"
],
"author": "v-briese",
"license": "MIT",
"bugs": {
"url": "https://github.com/v-briese/channel-icons/issues"
},
"homepage": "https://github.com/v-briese/channel-icons#readme",
"devDependencies": {
"sass": "^1.34.1"
}
}