File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "name" : " gamepad.js" ,
3+ "version" : " 2.0.0" ,
4+ "description" : " Custom implementation of the Gamepad API for gamepads." ,
5+ "main" : " build/gamepad.min.js" ,
6+ "files" : [
7+ " build/" ,
8+ " src/" ,
9+ " LICENSE" ,
10+ " README.md"
11+ ],
12+ "directories" : {
13+ "src" : " src" ,
14+ "build" : " build" ,
15+ "example" : " example"
16+ },
17+ "scripts" : {
18+ "test" : " echo \" Error: no test specified\" && exit 1"
19+ },
20+ "repository" : {
21+ "type" : " git" ,
22+ "url" : " git+https://github.com/Absulit/gamepad.js.git"
23+ },
24+ "keywords" : [
25+ " control" ,
26+ " gaming" ,
27+ " controller" ,
28+ " xbox" ,
29+ " playstation" ,
30+ " logitech" ,
31+ " gamepad"
32+ ],
33+ "author" : " absulit" ,
34+ "license" : " MIT" ,
35+ "bugs" : {
36+ "url" : " https://github.com/Absulit/gamepad.js/issues"
37+ },
38+ "homepage" : " https://github.com/Absulit/gamepad.js#readme"
39+ }
You can’t perform that action at this time.
0 commit comments