forked from overdodactyl/Stylus-Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 Bytes
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
{
"name": "stylus-dark",
"version": "1.3.2",
"description": "a dark theme for stylus based on shadowfox",
"main": "gulpfile.js",
"scripts": {
"test": "minify-css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/overdodactyl/Stylus-Dark.git"
},
"keywords": [
"dark",
"theme",
"stylus",
"shadowfox"
],
"author": "overdodactyl",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/overdodactyl/Stylus-Dark/issues"
},
"homepage": "https://github.com/overdodactyl/Stylus-Dark#readme",
"dependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^3.10.0",
"natives": "^1.1.6"
},
"devDependencies": {
"ver": "^3.0.0"
}
}