forked from gauntface/dpad-navigation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "thetake-dpad-nav",
"publishConfig": {
"registry": "https://nexus.thetake-api.com/repository/thetake-npm-internal/"
},
"version": "3.1.0",
"description": "A JS / TS library to make it easy to add d-pad navigation to a web app.",
"main": "build/node-lib/index.js",
"types": "build/node-lib/index.d.ts",
"directories": {
"test": "test"
},
"scripts": {
"build": "gulp build",
"prepublish": "npm run build",
"test": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thetake/dpad-navigation.git"
},
"keywords": [
"gauntface",
"dpad",
"navigation"
],
"author": "gauntface",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/thetake/dpad-navigation/issues"
},
"homepage": "https://github.com/thetake/dpad-navigation#readme",
"devDependencies": {
"@hopin/wbt-clean": "0.0.126",
"@hopin/wbt-ts-browser": "0.0.126",
"@hopin/wbt-ts-node": "0.0.126",
"gulp": "4.0.2"
},
"files": [
"build/",
"src/"
]
}