timestring/bower.json
2015-05-01 19:28:00 +01:00

16 lines
350 B
JSON

{
"name": "timestring",
"main": "dist/timestring.js",
"version": "1.1.1",
"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": [
"/*",
"!/dist/"
]
}