forked from StylishThemes/GitHub-Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 803 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
{
"name": "github-dark",
"version": "1.16.9",
"description": "Dark GitHub theme for Stylish",
"license": "CC-BY-SA-4.0",
"repository": "StylishThemes/GitHub-Dark",
"homepage": "https://userstyles.org/styles/37035/github-dark",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-watch": "^1.0.0",
"grunt-exec": "^1.0.1",
"grunt-string-replace": "^1.3.1",
"grunt-wrap": "^0.3.0",
"perfectionist": "^2.3.1",
"postcss": "^5.2.5",
"pre-commit": "^1.1.3",
"semver": "^5.3.0",
"stylelint": "^7.5.0",
"stylelint-config-standard": "^14.0.0"
},
"scripts": {
"stylelint": "stylelint",
"perfectionist": "perfectionist",
"test": "stylelint github-dark.css"
}
}