timestring/package.json
2013-01-19 23:14:00 +00:00

18 lines
469 B
JSON

{
"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"
}