forked from TobiX/jenkins-neo2-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 861 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
29
30
31
32
33
34
35
36
37
38
39
{
"name": "jenkins-neo2-theme",
"version": "0.3.0",
"description": "A modern theme for Jenkins - based on jenkins-material-theme",
"repository": {
"type": "git",
"url": "https://github.com/TobiX/jenkins-neo2-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": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.4",
"cssnano": "^5.1.7",
"grunt": "^1.4.1",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-less": "^3.0.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.12"
},
"dependencies": {},
"browserslist": [
"last 2 versions"
]
}