timestring/package.json

13 lines
375 B
JSON
Raw Normal View History

2012-12-24 14:11:35 +01:00
{
2014-07-17 22:37:26 +02:00
"name" : "timestring",
"description" : "Parse a human readable time string into a time based value",
"homepage" : "https://github.com/mike182uk/timestring",
"author" : "Michael David Barrett <mike182uk@gmail.com>",
"repository" : {
"type": "git",
"url": "git://github.com/mike182uk/timestring.git"
},
"main" : "timestring.js",
"version" : "1.0.2"
2012-12-24 14:11:35 +01:00
}