2014-07-18 21:40:09 +02:00
|
|
|
{
|
|
|
|
"name": "timestring",
|
2015-04-30 18:03:33 +02:00
|
|
|
"main": "dist/timestring.js",
|
|
|
|
"version": "2.0.0",
|
2014-07-18 21:40:09 +02:00
|
|
|
"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 18:03:33 +02:00
|
|
|
"node_modules",
|
|
|
|
"test",
|
2015-04-30 11:30:41 +02:00
|
|
|
"CHANGELOG.md",
|
|
|
|
"LICENSE",
|
|
|
|
"README.md",
|
2015-04-30 18:03:33 +02:00
|
|
|
"Gulpfile.js",
|
|
|
|
"package.json"
|
2014-07-18 21:40:09 +02:00
|
|
|
]
|
|
|
|
}
|