mirror of
https://github.com/danbulant/console-hub
synced 2026-05-19 20:38:43 +00:00
47 lines
1 KiB
JSON
47 lines
1 KiB
JSON
{
|
|
"name": "dualshock-controller",
|
|
"version": "1.1.1",
|
|
"description": "Eventing API layer over HID for the Sony DualShock 3 and DualShock 4 controllers ",
|
|
"main": "./src/dualshock.js",
|
|
"dependencies": {
|
|
"node-hid": "^0.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^1.0.1",
|
|
"grunt-cli": "^1.2.0",
|
|
"grunt-contrib-jshint": "^1.1.0",
|
|
"grunt-contrib-watch": "^1.0.0",
|
|
"grunt-mocha-test": "^0.13.2",
|
|
"mocha": "^3.2.0",
|
|
"sinon": "^1.8",
|
|
"nyc": "^10.0.0",
|
|
"grunt-jsbeautifier": "^0.2.7",
|
|
"jshint": "^2.5.0",
|
|
"mockery": "^2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test",
|
|
"coverage": "nyc npm test"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/rdepena/node-dualshock-controller.git"
|
|
},
|
|
"author": "ricardo de pena",
|
|
"license": "MIT",
|
|
"readmeFilename": "README.md",
|
|
"keywords": [
|
|
"ps3",
|
|
"controller",
|
|
"gamepad",
|
|
"dualshock",
|
|
"dualshock3",
|
|
"dualshock4",
|
|
"dual shock 3",
|
|
"dual shock 4",
|
|
"node-hid"
|
|
]
|
|
}
|