forked from RainLoop/rainloop-webmail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.08 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
{
"name": "RainLoop",
"title": "RainLoop Webmail",
"version": "1.6.3",
"release": "804",
"description": "Simple, modern & fast web-based email client",
"homepage": "http://rainloop.net",
"main": "Gruntfile.js",
"author": {
"name": "RainLoop Team",
"email": "[email protected]",
"web": "http://rainloop.net"
},
"repository": {
"type": "git",
"url": "git://github.com/RainLoop/rainloop-webmail.git"
},
"licenses": [
{
"type": "CC BY-NC-SA 3.0",
"ulr": "http://creativecommons.org/licenses/by-nc-sa/3.0/"
}
],
"bugs": {
"url": "https://github.com/RainLoop/rainloop-webmail/issues"
},
"keywords": [
"webmail",
"php",
"simple",
"modern",
"mail",
"web-based",
"email",
"client",
"plugins"
],
"readmeFilename": "README.md",
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"wrench": "*",
"grunt": "~0.4.1",
"grunt-css": "*",
"grunt-md5": "*",
"grunt-contrib-jshint": "*",
"grunt-contrib-compress": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "~0.5.0"
}
}