iso8601-validator
Version:
Validate ISO-8601 strings
24 lines (23 loc) • 592 B
JSON
{
"name": "iso8601-validator",
"version": "1.0.1",
"description": "Validate ISO-8601 strings",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Oscar Morante <spacepluk@gmail.com>",
"license": "WTFPL",
"repository": {
"type": "git",
"url": "git+https://github.com/spacepluk/iso8601-validator.git"
},
"keywords": [
"iso8601",
"validator"
],
"bugs": {
"url": "https://github.com/spacepluk/iso8601-validator/issues"
},
"homepage": "https://github.com/spacepluk/iso8601-validator#readme"
}