-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
54 lines (53 loc) · 1.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "jenkins-dark-theme",
"version": "0.0.0",
"description": "A dark theme for Jenkins",
"repository": {
"type": "git",
"url": "https://github.com/camalot/jenkins-dark-stylish"
},
"bugs": {
"url": "https://github.com/camalot/jenkins-dark-stylish/issues"
},
"keywords": [
"stylish",
"theme",
"jenkins"
],
"author": {
"name": "Ryan Conrad",
"url": "http://bit13.com/",
"email": "[email protected]"
},
"contributors": [],
"license": {
"type": "Apache-2.0",
"url": "https://raw.githubusercontent.com/camalot/jenkins-dark-stylish/master/LICENSE"
},
"devDependencies": {
"autoprefixer": "^6.3.3",
"cssnano": "^3.5.2",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.4.1",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^0.2.7",
"grunt-image-embed": "^0.3.3",
"grunt-postcss": "^0.7.2",
"grunt-replace": "^0.11.0",
"grunt-rev": "^0.1.0",
"imagemin-svgo": "^4.2.0",
"install": "^0.3.0",
"jenkins-core-theme": "^1.1.40",
"load-grunt-tasks": "^3.3.0",
"npm": "^3.4.1",
"pixrem": "^3.0.0",
"postcss-encode-base64-inlined-images": "0.0.1",
"quixote": "^0.12.2"
},
"dependencies": {}
}