-
Notifications
You must be signed in to change notification settings - Fork 73
/
package.json
62 lines (62 loc) · 1.47 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
58
59
60
61
62
{
"name": "Linfo",
"title": "Linfo",
"homepage": "https://github.com/jrgp/linfo",
"description": "Linfo - PHP server health/stats script.",
"author": {
"name": "Joe Gillotti",
"email": "[email protected]"
},
"contributors": [
{
"name": "Amelia Bradley",
"email": "[email protected]"
},
{
"name": "Oliver Kuckertz",
"email": "[email protected]"
},
{
"name": "Ryan Rawdon",
"email": "[email protected]"
},
{
"name": "Ralf van der Enden",
"email": "[email protected]"
},
{
"name": "Jean-Bernard Yata",
"email": "[email protected]"
},
{
"name": "James Price",
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT"
}
],
"bugs": {
"url": "https://github.com/jrgp/linfo/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/jrgp/linfo"
},
"scripts": {
"dev": "gulp",
"production": "gulp --type production"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-if": "^2.0.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.8",
"pump": "^1.0.2"
}
}