UNPKG

gamecontroller.js

Version:

A JavaScript library that lets you handle, configure, and use gamepad and controllers on a browser, using the Gamepad API

44 lines (43 loc) 1.17 kB
{ "name": "gamecontroller.js", "version": "1.5.0", "description": "A JavaScript library that lets you handle, configure, and use gamepad and controllers on a browser, using the Gamepad API", "main": "dist/gamecontroller.min.js", "scripts": { "build": "webpack --output-filename gamecontroller.min.js --mode production", "build:dev": "webpack --output-filename gamecontroller.js --mode development", "test": "jest --coverage" }, "dependencies": {}, "devDependencies": { "@babel/preset-env": "^7.7.6", "jest": "^26.1.0", "webpack": "^4.41.2", "webpack-cli": "^3.3.10" }, "repository": { "type": "git", "url": "git+https://github.com/alvaromontoro/gamecontrol.git" }, "bugs": { "url": "https://github.com/alvaromontoro/gamecontrol/issues" }, "homepage": "https://github.com/alvaromontoro/gamecontrol", "author": "Alvaro Montoro", "license": "MIT", "keywords": [ "game control", "gamepad", "game controller", "game control", "controller", "gaming", "web api", "html5 api", "gamepad api" ], "directories": { "example": "examples", "test": "tests" } }