node-chrono
Version:
Meassure time ellapsed between to points in time or how much it takes a function to finish
21 lines (20 loc) • 483 B
JSON
{
"name": "node-chrono",
"version": "0.0.3",
"description": "Meassure time ellapsed between to points in time or how much it takes a function to finish",
"main": "index.coffee",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Daniel Pecos Martinez",
"license": "Apache",
"repository": {
"type": "git",
"url": "git@github.com:dpecos/node-chrono.git"
},
"keywords": [
"time",
"chrono",
"chronometer"
]
}