timestring/package.json

18 lines
478 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"
],
2014-05-27 21:45:04 +02:00
"author" : "Michael David Barrett <mike182uk@gmail.com>",
2013-01-20 00:14:00 +01:00
"repository" : {
"type": "git",
"url": "git://github.com/mike182uk/timestring.git"
},
"main" : "timestring.js",
2014-05-27 21:45:04 +02:00
"version" : "1.0.2"
2012-12-24 14:11:35 +01:00
}