123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- {
- "name": "keyboard",
- "description": "Virtual Keyboard using jQuery UI",
- "keywords": [
- "customizable",
- "keyboard",
- "ui",
- "accessibility",
- "osk",
- "jquery-plugin"
- ],
- "authors": [
- {
- "name": "Jeremy Satterfield",
- "homepage": "https://github.com/jsatt"
- },
- {
- "name": "Rob Garrison",
- "homepage": "https://mottie.github.io/Keyboard/",
- "email": "wowmotty@gmail.com"
- }
- ],
- "homepage": "https://github.com/Mottie/Keyboard",
- "main": [
- "dist/js/jquery.keyboard.js",
- "css/keyboard.css"
- ],
- "ignore": [
- "js/*.js",
- "docs/*"
- ],
- "repository": {
- "type": "git",
- "url": "git://github.com/Mottie/keyboard.git"
- },
- "license": "MIT",
- "moduleType": [
- "amd",
- "globals",
- "node"
- ],
- "dependencies": {
- "jquery": ">=1.4.3",
- "jquery-ui": ">=1.9.2"
- },
- "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"
- },
- "version": "1.28.7",
- "_release": "1.28.7",
- "_resolution": {
- "type": "version",
- "tag": "v1.28.7",
- "commit": "7d115e954c5ca674e527306d1e81548a7076915e"
- },
- "_source": "https://github.com/Mottie/Keyboard.git",
- "_target": "^1.28.7",
- "_originalSource": "keyboard",
- "_direct": true
- }
|