Skip to content

Commit d401523

Browse files
authored
Merge pull request #29 from Absulit/cdn
npm package to publish to npm and cdn
2 parents 3cfd0f4 + 830c6b2 commit d401523

1 file changed

Lines changed: 39 additions & 0 deletions

File tree

package.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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+
}

0 commit comments

Comments
 (0)