-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.75 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "gamepad-navigator",
"version": "1.0.0",
"description": "A Chrome extension that allows you to navigate web pages and Chromium-based browsers using a game controller.",
"contributors": [
{ "name": "Divyanshu Mahajan" },
{
"name": "Tony Atkins",
"url": "https://duhrer.github.io/"
}
],
"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",
"build": "npm run build:grunt && npm run build:css && npm run build:svgs",
"build:grunt": "grunt build",
"build:css": "node ./utils/bundleCss.js",
"build:svgs": "node ./utils/bundleSvgs.js",
"postinstall": "npm run build",
"test": "testem ci --file tests/testem.json"
},
"dependencies": {
"ally.js": "1.4.1",
"fluid-osk": "0.1.0-dev.20231224T071757Z.a7d1871.GH-1",
"infusion": "4.6.0"
},
"devDependencies": {
"dotenv": "16.3.1",
"eslint": "8.50.0",
"eslint-config-fluid": "2.1.1-dev.20231104T144458Z.5488e1c.GH-17",
"fluid-lint-all": "1.2.10-dev.20231104T184451Z.53e64ec.GH-64",
"grunt": "1.6.1",
"grunt-banner": "0.6.0",
"grunt-contrib-clean": "2.0.1",
"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"
}
}