| 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
30318
-0.93%1
Infinity%