🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

reltime

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reltime - npm Package Compare versions

Comparing version
0.0.1
to
0.0.2
+5
.travis.yml
language: node_js
node_js:
- "0.12"
- iojs
- iojs-v1.0.2
+9
-2
{
"name": "reltime",
"version": "0.0.1",
"version": "0.0.2",
"description": "A function to calculate relative time based on a simple date string notation. Intended to be lighter weight than the excellent moment.js.",
"main": "reltime.js",
"scripts": {
"test": "tests/reltime_test.js"
"test": "node tests/reltime_test.js"
},

@@ -18,4 +18,11 @@ "repository": {

],
"engines" : {
"node" : "0.12.x",
"npm" : ">= 2.5.x"
},
"devDependencies": {
"harness": "0.0.x"
},
"author": "R. S. Doiel",
"license": "BSD"
}

Sorry, the diff of this file is not supported yet