is-twelve
Version:
Checking if a value is twelve is common in Javascript. Don't Repeat Yourself
28 lines (27 loc) • 644 B
JSON
{
"name": "is-twelve",
"version": "1.0.1",
"description": "Checking if a value is twelve is common in Javascript. Don't Repeat Yourself",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ryanwilsonperkin/is-twelve.git"
},
"keywords": [
"twelve",
"DRY",
"#freeAzer"
],
"author": "Ryan Wilson-Perkin",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/ryanwilsonperkin/is-twelve/issues"
},
"homepage": "https://github.com/ryanwilsonperkin/is-twelve#readme",
"dependencies": {
"left-pad": "^1.0.1"
}
}