forked from fluid-lab/gamepad-navigator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.3 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "gamepad-navigator",
"version": "0.2.0",
"description": "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.",
"author": "Divyanshu Mahajan",
"license": "BSD-3-Clause",
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-lab/gamepad-navigator.git"
},
"bugs": {
"url": "https://github.com/fluid-lab/gamepad-navigator/issues"
},
"homepage": "https://github.com/fluid-lab/gamepad-navigator#readme",
"scripts": {
"lint": "fluid-lint-all",
"postinstall": "grunt build",
"test": "testem ci --file tests/testem.json"
},
"dependencies": {
"ally.js": "1.4.1",
"infusion": "4.0.0"
},
"devDependencies": {
"dotenv": "16.0.0",
"eslint": "8.12.0",
"eslint-config-fluid": "2.0.1",
"fluid-lint-all": "1.1.6-dev.20220215T092307Z.a830a45.GH-46",
"grunt": "1.4.1",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-compress": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-json-prettify": "0.0.2",
"grunt-prompt": "1.3.3",
"node-fetch": "2.6.7",
"npm-audit-resolver": "3.0.0-7",
"testem": "3.6.0"
}
}