timestring/bower.json
2014-07-18 20:40:14 +01:00

17 lines
365 B
JSON

{
"name": "timestring",
"main": "timestring.js",
"version": "1.1.0",
"description": "Parse a human readable time string into a time based value",
"homepage": "https://github.com/mike182uk/timestring",
"authors": [
"Michael David Barrett <mike182uk@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test"
]
}