123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "virtual-keyboard",
- "title": "Keyboard",
- "description": "Virtual Keyboard using jQuery UI",
- "version": "1.28.7",
- "author": {
- "name": "Jeremy Satterfield",
- "url": "https://github.com/jsatt"
- },
- "maintainers": [
- {
- "name": "Rob Garrison",
- "url": "https://github.com/Mottie",
- "email": "wowmotty@gmail.com"
- }
- ],
- "license": "MIT",
- "dependencies": {
- "jquery": ">=3.3.1"
- },
- "optionalDependencies": {
- "jquery-ui": ">=1.12.1"
- },
- "keywords": [
- "customizable",
- "keyboard",
- "ui",
- "accessibility",
- "osk",
- "jquery-plugin"
- ],
- "homepage": "https://github.com/Mottie/Keyboard",
- "demo": "http://mottie.github.io/Keyboard/",
- "docs": "https://github.com/Mottie/Keyboard/wiki",
- "bugs": "https://github.com/Mottie/Keyboard/issues",
- "main": "dist/js/jquery.keyboard.js",
- "files": [
- "dist/**/*"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/Mottie/keyboard.git"
- },
- "scripts": {
- "authors": "bash tools/authors.sh",
- "lint": "eslint *.js || true"
- },
- "npmName": "virtual-keyboard",
- "npmFileMap": [
- {
- "basePath": "dist",
- "files": [
- "**/*"
- ]
- }
- ],
- "devDependencies": {
- "grunt": "^1.0.3",
- "grunt-cli": "^1.3.1",
- "grunt-contrib-clean": "^2.0.0",
- "grunt-contrib-concat": "^1.0.1",
- "grunt-contrib-copy": "^1.0.0",
- "grunt-contrib-cssmin": "^3.0.0",
- "grunt-contrib-jshint": "^2.0.0",
- "grunt-contrib-qunit": "^3.0.1",
- "grunt-contrib-uglify": "^4.0.0",
- "grunt-contrib-watch": "^1.1.0"
- }
- }
|