70 lines
1.6 KiB
JSON
70 lines
1.6 KiB
JSON
{
|
|
"name": "virtual-keyboard",
|
|
"title": "Keyboard",
|
|
"description": "Virtual Keyboard using jQuery UI",
|
|
"version": "1.30.2",
|
|
"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.2",
|
|
"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.1.0",
|
|
"grunt-contrib-uglify": "^4.0.0",
|
|
"grunt-contrib-watch": "^1.1.0"
|
|
}
|
|
}
|