Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Feb 8, 2017
1 parent 6b51c14 commit b6a6e09
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "plusastab",
"title": "plusastab",
"version": "0.2.2",
"description": "A jQuery plugin to use the numpad plus key (configurable) as a tab key equivalent.",
"homepage": "https://joelpurra.com/projects/plusastab/",
"bugs": {
"url": "https://github.com/joelpurra/plusastab/issues"
},
"author": "Joel Purra <code@joelpurra.com> (https://joelpurra.com/)",
"main": "src/plusastab.joelpurra.js",
"scripts": {},
"pre-commit": [
"build",
"git-add-dist"
],
"license": "BSD-3-Clause",
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/joelpurra/plusastab.git"
},
"keywords": [
"tab",
"tabbing",
"usability",
"focus",
"keyboard",
"shortcuts",
"tabbable",
"form",
"forms",
"input",
"tabindex",
"numpad",
"tenkey"
]
}

0 comments on commit b6a6e09

Please sign in to comment.