timestring/package.json

11 lines
446 B
JSON
Raw Normal View History

2012-12-24 14:11:35 +01:00
{
2012-12-24 14:15:58 +01:00
"name" : "timestring",
2012-12-24 14:11:35 +01:00
"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",
2012-12-24 17:25:57 +01:00
"version" : "1.0.0"
2012-12-24 14:11:35 +01:00
}