-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.02 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
{
"name": "@rxrc/hexchat-material-design-icons",
"version": "2.0.2",
"description": "A complete material design icon theme for HexChat.",
"main": "README.md",
"keywords": [
"hexchat",
"icons",
"theme",
"material design"
],
"homepage": "https://github.com/rxrc/hexchat-material-design-icons",
"bugs": "https://github.com/rxrc/hexchat-material-design-icons/issues",
"repository": "rxrc/hexchat-material-design-icons",
"license": "CC-BY-4.0",
"authors": [
"Evan Sosenko <[email protected]>"
],
"scripts": {
"postversion": "git push && git push --tags",
"start": "grunt",
"test": "grunt"
},
"files": [
"icons-black",
"icons-white",
"icons-app.png",
"icons-tray.png"
],
"devDependencies": {
"coffeescript": "^2.5.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-imagemagick": "^0.1.5",
"load-grunt-tasks": "^5.1.0",
"material-design-icons": "^3.0.1"
}
}