forked from jrgp/linfo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
47
48
49
50
51
52
53
54
55
56
57
{
"name": "Linfo",
"title": "Linfo",
"version": "2.0.2",
"homepage": "https://github.com/jrgp/linfo",
"description": "Linfo - PHP server health/stats script.",
"author": {
"name": "Joe Gillotti",
"email": "joe@u13.net"
},
"contributors": [
{
"name": "Lee Bradley",
"email": "elephanthunter@gmail.com"
},
{
"name": "Oliver Kuckertz",
"email": "oliver.kuckertz@mologie.de"
},
{
"name": "Ryan Rawdon",
"email": "ryan@u13.net"
},
{
"name": "Ralf van der Enden",
"email": "tremere@cainites.net"
},
{
"name": "Jean-Bernard Yata",
"email": "jb.yata@idsbox.eu"
},
{
"name": "James Price",
"email": "jprice@neurotechnics.com"
}
],
"licenses": [
{
"type": "GNU"
}
],
"bugs": {
"url": "https://github.com/jrgp/linfo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jrgp/linfo"
},
"main": "gruntfile.js",
"devDependencies": {
"load-grunt-tasks": "~0.3.0",
"glob": "~3.2.9",
"grunt": "~0.4.4",
"grunt-contrib-sass": "~0.7.3",
"grunt-contrib-uglify": "~0.4.0"
}
}