Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "cron", | ||
"description": "CronJob's for your node", | ||
"version": "0.1.1", | ||
"author": "James Padolsey (http://github.com/jamespadolsey)", | ||
"contributors": [ | ||
"description": "CronJob's for your node", | ||
"version": "0.1.2", | ||
"author": "James Padolsey (http://github.com/jamespadolsey)", | ||
"contributors": [ | ||
{ | ||
@@ -12,15 +12,21 @@ "name": "Nick Campbell", | ||
], | ||
"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": [ | ||
"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": "lib/cron", | ||
"scripts": { | ||
"test": "nodeunit tests/*" | ||
}, | ||
"dependencies": { | ||
"nodeunit": "=0.5.1" | ||
}, | ||
"licenses": [ | ||
{ | ||
@@ -34,3 +40,8 @@ "type": "MIT", | ||
} | ||
], | ||
"contributors": [ | ||
"Finn Herpich <> (http://github.com/ErrorProne)", | ||
"Clifton Cunningham <> (http://github.com/cliftonc)", | ||
"Eric Abouaf <> (http://github.com/neyric)" | ||
] | ||
} |
@@ -49,8 +49,8 @@ A NodeJS fork of [jamespadolsey's](http://github.com/jamespadolsey) [cron.js](http://github.com/jamespadolsey/cron.js). | ||
Nick Campbell | ||
Finn Herpich | ||
James Padolsey | ||
cliftonc | ||
Finn | ||
neyric | ||
* Nick Campbell | ||
* Finn Herpich | ||
* James Padolsey | ||
* cliftonc | ||
* Finn | ||
* neyric | ||
@@ -57,0 +57,0 @@ License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
99115
13
311
1
2
+ Addednodeunit@=0.5.1