-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.01 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.01 KB
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
{
"name": "mirage",
"version": "0.0.1",
"description": "A modern feeling theme for Jenkins CI server",
"repository": {
"type": "git",
"url": "git@github.com:unfinisheddev/mirage.git"
},
"keywords": [
"jenkins",
"jenkinsci",
"theme",
"simple-theme-plugin"
],
"author": "Dave Kirk (http://unfinisheddev.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/unfinisheddev/mirage/issues"
},
"homepage": "https://github.com/unfinisheddev/mirage#readme",
"devDependencies": {
"autoprefixer": "^6.1.2",
"autoprefixer-core": "^5.2.1",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-imagemin": "^1.0.0",
"grunt-contrib-jshint": "0.11.0",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "0.6.1",
"grunt-jscs": "^1.8.0",
"grunt-newer": "^1.1.0",
"grunt-postcss": "^0.7.0",
"grunt-sass": "^1.0.0",
"load-grunt-config": "^0.19.1",
"time-grunt": "^1.2.2"
}
}