timestring/package.json

18 lines
469 B
JSON
Raw Normal View History

2012-12-24 14:11:35 +01:00
{
2013-01-20 00:14:00 +01:00
"name" : "timestring",
"description" : "Parse a human readable time string into a time based value",
"homepage" : "https://github.com/mike182uk/timestring",
"keywords" : [
"util",
"functional",
"time"
],
"author" : "Mike Barrett <mike182uk@gmail.com>",
"repository" : {
"type": "git",
"url": "git://github.com/mike182uk/timestring.git"
},
"main" : "timestring.js",
"version" : "1.0.1"
2012-12-24 14:11:35 +01:00
}