Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
joplin / usr / lib / joplin / resources / app / node_modules / tabbable / package.json
Size: Mime:
{
  "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"
  }
}