differencebetweentimes
Version:
A node package to show the difference between two or more formated times.
28 lines (27 loc) • 825 B
JSON
{
"name": "differencebetweentimes",
"version": "0.1.2",
"description": "A node package to show the difference between two or more formated times.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/viniciusalmeida/differenceBetweenTimes.git"
},
"homepage": "https://github.com/viniciusalmeida/differenceBetweenTimes",
"keywords": ["difference", "time", "lap", "partials"],
"dependencies": {
"coffee-script": "1.8.0",
"mocha": "2.0.1",
"underscore": "1.7.0",
"pad": "0.0.5"
},
"scripts": {
"test": "coffee -c ./test && coffee -c ./lib && mocha --reporter spec",
"install": "coffee -c ./lib ./index.coffee"
},
"author": {
"name": "Vinícius Almeida",
"email": "vinialm88@gmail.com",
"url": "http://viniciusalmeida.github.io"
}
}