@inq/keypad-input
Version:
Keypad input for Touchscreen devices like a Kiosk
42 lines (41 loc) • 1.05 kB
JSON
{
"name": "@inq/keypad-input",
"description": "Keypad input for Touchscreen devices like a Kiosk",
"main": "keypad-input.js",
"version": "0.2.0",
"dependencies": {
"@polymer/polymer": "^3.0.0"
},
"devDependencies": {
"@polymer/iron-component-page": "^3.0.0-pre.20",
"@polymer/iron-demo-helpers": "^3.0.0-pre.19",
"@polymer/test-fixture": "^4.0.2",
"@webcomponents/webcomponentsjs": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^5.2.0",
"wct-mocha": "^1.0.0"
},
"license": "SEE LICENSE IN \"LICENSE\"",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/inq-dev/keypad-input.git"
},
"keywords": [
"Polymer",
"Keypad",
"Touchscreen",
"Webcomponents",
"Polymer3"
],
"author": "Damandeep Singh",
"bugs": {
"url": "https://github.com/inq-dev/keypad-input/issues"
},
"homepage": "https://github.com/inq-dev/keypad-input#readme"
}