forked from nerdbaggy/StatusPage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 854 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
{
"name": "StatusPage",
"version": "3.0.0",
"description": "Public Status Page for UptimeRobot",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nerdbaggy/StatusPage/"
},
"keywords": [
"UptimeRobot",
"PublicStatusPage",
"API",
"Uptime",
"Status",
"Page"
],
"author": "Spencer Lowe",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.12",
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-declare": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-handlebars": "^3.0.1",
"gulp-less": "^3.0.1",
"gulp-minify-css": "^0.4.6",
"gulp-uglify": "^1.1.0",
"gulp-wrap": "^0.11.0",
"main-bower-files": "^2.5.0"
}
}