Repository URL to install this package:
|
Version:
3.1.7 ▾
|
{
"name": "tabbable",
"version": "4.0.0",
"description": "Returns an array of all tabbable DOM nodes within a containing node.",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "karma start && npm run lint",
"start": "budo -l -d -o test/debug.js -- -t brfs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidtheclark/tabbable.git"
},
"author": "David Clark",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidtheclark/tabbable/issues"
},
"homepage": "https://github.com/davidtheclark/tabbable#readme",
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.1.1",
"budo": "^9.2.1",
"chai": "^3.5.0",
"eslint": "^3.9.0",
"karma": "^1.3.0",
"karma-browserify": "^5.1.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"mocha": "^3.2.0",
"watchify": "^3.8.0"
}
}