forked from TobiX/jenkins-neo2-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.17 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
{
"name": "jenkins-destroystokyo-theme",
"version": "0.1.0",
"description": "A modern theme for Jenkins - based on jenkins-neo2-theme",
"repository": {
"type": "git",
"url": "https://github.com/destroystokyo/jenkins-destroystokyo-theme"
},
"scripts": {
"test": "grunt"
},
"keywords": [
"modern theme",
"clean design",
"jenkins"
],
"author": "Tobias Gruetzmacher",
"contributors": [
"Afonso F",
"David Porter",
"Brady Vitrano",
"Aarjith Nandakumar"
],
"license": "MIT",
"devDependencies": {
"autoprefixer": "^8.2.0",
"cssnano": "^3.5.2",
"grunt": "^1.0.2",
"grunt-autoprefixer": "^3.0.3",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.6.2",
"grunt-contrib-imagemin": "^2.0.1",
"grunt-contrib-less": "^1.1.0",
"grunt-file-exists": "^0.1.4",
"grunt-image-embed": "^0.3.3",
"grunt-postcss": "^0.9.0",
"grunt-replace": "^1.0.1",
"imagemin-svgo": "^6.0.0",
"jenkins-core-theme": "^1.1.40",
"load-grunt-tasks": "^3.3.0",
"pixrem": "^4.0.1",
"postcss-encode-base64-inlined-images": "0.0.2"
},
"dependencies": {}
}