numeric-pattern
Version:
The numeric pattern (triggers the numpad on mobile)
32 lines (31 loc) • 569 B
JSON
{
"name": "numeric-pattern",
"main": "index.js",
"version": "1.0.0",
"description": "The numeric pattern (triggers the numpad on mobile)",
"license": "MIT",
"repository": "bendrucker/numeric-pattern",
"author": {
"name": "Ben Drucker",
"email": "bvdrucker@gmail.com",
"url": "bendrucker.me"
},
"scripts": {
"test": "standard"
},
"keywords": [
"input",
"numeric",
"pattern",
"numpad",
"number",
"mobile",
"html"
],
"devDependencies": {
"standard": "^4.0.0"
},
"files": [
"index.js"
]
}