@absulit/gamepad.js
Version:
Custom implementation (wrapper) of the Gamepad API for gamepads.
43 lines • 897 B
JSON
{
"name": "@absulit/gamepad.js",
"version": "2.0.3",
"type": "module",
"publishConfig": {
"access": "public"
},
"description": "Custom implementation (wrapper) of the Gamepad API for gamepads.",
"main": "build/gamepad.min.js",
"files": [
"build/",
"src/",
"LICENSE",
"README.md"
],
"directories": {
"src": "src",
"build": "build",
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Absulit/gamepad.js.git"
},
"keywords": [
"control",
"gaming",
"controller",
"xbox",
"playstation",
"logitech",
"gamepad"
],
"author": "absulit",
"license": "MIT",
"bugs": {
"url": "https://github.com/Absulit/gamepad.js/issues"
},
"homepage": "https://github.com/Absulit/gamepad.js#readme"
}