-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.79 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "Webmail",
"title": "IIT Guwahati Webmail",
"version": "1.9.3",
"release": "363",
"description": "web-based email client for IIT Guwahati",
"homepage": "http://webmail.iitg.ernet.in",
"main": "gulpfile.js",
"author": {
"name": "Coding Club, IIT Guwahati",
"email": "codingclubiitg@gmail.com",
"web": "https://github.com/iit-guwahati"
},
"repository": {
"type": "git",
"url": "https://github.com/iit-guwahati/rainloop-webmail.git"
},
"licenses": [
{
"type": "AGPL 3.0",
"ulr": "http://www.gnu.org/licenses/agpl-3.0.html"
},
{
"type": "RainLoop Software License",
"ulr": "http://www.rainloop.net/licensing/"
}
],
"bugs": {
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
},
"keywords": [
"webmail",
"php",
"simple",
"modern",
"mail",
"web-based",
"email",
"client",
"plugins"
],
"readmeFilename": "README.md",
"ownCloudPackageVersion": "4.8",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"node-fs": "*",
"rimraf": "*",
"jshint-summary": "*",
"webpack": "*",
"gulp": "~3.9.0",
"gulp-util": "*",
"gulp-uglify": "*",
"gulp-rimraf": "*",
"gulp-jshint": "*",
"gulp-less": "1.3.6",
"gulp-zip": "*",
"gulp-rename": "*",
"gulp-replace": "*",
"gulp-header": "*",
"gulp-eol": "*",
"gulp-stripbom": "*",
"gulp-minify-css": "*",
"gulp-autoprefixer": "*",
"gulp-csscomb": "*",
"gulp-closure-compiler": "*",
"gulp-csslint": "*",
"gulp-beautify": "*",
"gulp-plumber": "*",
"gulp-concat-util": "*",
"gulp-notify": "~2.2.0",
"gulp-through": "~0.3.0",
"lodash": "~3.9.3",
"gulp-if": "~1.2.5",
"node-notifier": "~4.2.3",
"gulp-livereload": "~3.8.0"
}
}