-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 817 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "steam-controller-tracker",
"version": "0.5.0",
"description": "An offshot of the SteamControllerSigner that aims to take advantage of the SC's dual pulse channel nature",
"main": "play_mod.js",
"dependencies": {
"commander": "^2.9.0",
"lodash": "^4.17.4",
"node-libopenmpt": "sm-Fifteen/node-libopenmpt",
"steam-controller-player": "file:node_modules/steam-controller-player"
},
"bundledDependencies": ["node-libopenmpt", "steam-controller-player"],
"engines": {
"node": "^7.10.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sm-Fifteen/SteamControllerTracker.git"
},
"bugs": {
"url": "https://github.com/sm-Fifteen/SteamControllerTracker/issues"
},
"homepage": "https://github.com/sm-Fifteen/SteamControllerTracker#readme"
}