timestring/bower.json

21 lines
437 B
JSON
Raw Normal View History

2014-07-18 21:40:09 +02:00
{
"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": [
"**/.*",
2015-04-30 11:30:41 +02:00
"CHANGELOG.md",
"Gruntfile.js",
"LICENSE",
"README.md",
2014-07-18 21:40:09 +02:00
"node_modules",
"test"
]
}