UNPKG

timespan

Version:

A JavaScript TimeSpan library for node.js (and soon the browser)

21 lines (20 loc) 605 B
{ "name": "timespan", "description": "A JavaScript TimeSpan library for node.js (and soon the browser)", "version": "2.3.0", "author": "Michael Stum <blog@stum.de>", "contributors": [ { "name": "Charlie Robbins", "email": "charlie.robbins@gmail.com" } ], "repository": { "type": "git", "url": "https://github.com/indexzero/TimeSpan.js.git" }, "keywords": ["time", "dates", "utilities", "timespan"], "devDependencies": { "vows": ">= 0.7.0" }, "main": "./lib/time-span.js", "scripts": { "test": "vows test/*-test.js --spec" }, "engines": { "node": ">= 0.2.0" } }