forked from StylishThemes/GitHub-Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 1.06 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
{
"name": "github-dark",
"version": "1.14.22",
"description": "Dark GitHub theme for Stylish",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
"homepage": "https://userstyles.org/styles/37035/github-dark",
"contributors": [
"Mottie <[email protected]> (http://wowmotty.blogspot.com/)",
"silverwind <[email protected]> (https://silverwind.io/)",
"ddavison <[email protected]> (http://ddavison.io/)",
"mihawk90 (https://github.com/mihawk90)",
"Poorchop (https://github.com/Poorchop)",
"dsoegijono (http://dsoegijono.github.io/)",
"EnzoMartin78 <[email protected]> (https://github.com/EnzoMartin78)",
"Thann <[email protected]> (https://github.com/Thann)",
"Pmmlabs <[email protected]> (http://pmmlabs.ru/)"
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-exec": "^0.4.6",
"grunt-string-replace": "^1.2.0",
"grunt-wrap": "^0.3.0",
"perfectionist": "^2.1.2"
}
}