{
  "name": "@gauntface/dpad-nav",
  "publishConfig": {
    "access": "public"
  },
  "version": "3.0.2",
  "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/gauntface/dpad-navigation.git"
  },
  "keywords": [
    "gauntface",
    "dpad",
    "navigation"
  ],
  "author": "gauntface",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/gauntface/dpad-navigation/issues"
  },
  "homepage": "https://github.com/gauntface/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/"
  ]
}
