forked from sorry-app/theme-whitelabel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 962 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
{
"name": "theme-whitelabel",
"description": "An easily brandable status page theme for use with Sorry.",
"version": "2.47.1",
"homepage": "https://github.com/supporttime/theme-whitelabel",
"author": {
"name": "Robert Rawlins",
"email": "[email protected]"
},
"contributors": [
{
"name": "Robin Geall",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:supporttime/theme-whitelabel.git"
},
"bugs": {
"url": "https://github.com/supporttime/theme-whitelabel/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-uglify": "^0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-release": "^0.7.0",
"grunt-sorry-theme-deploy": "^1.1.3"
}
}