forked from kelektiv/node-cron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 802 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
{
"name": "cron",
"description": "CronJob's for your node",
"version": "0.1.0",
"author": "James Padolsey (http://github.com/jamespadolsey)",
"contributors": [
{
"name": "Nick Campbell",
"web": "http://github.com/ncb000gt"
}
],
"bugs" :
{ "mail" : "",
"web" : "http://github.com/ncb000gt/node-cron/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/ncb000gt/node-cron.git"
},
"engine": [
"node >=0.1.90"
],
"main": "src/cron",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
},
{
"type": "GPL",
"url": "http://www.gnu.org/copyleft/gpl.html"
}
]
}