UNPKG

associated

Version:

Get associated labels and inputs

58 lines (57 loc) 1.1 kB
{ "name": "associated", "version": "0.8.0", "description": "Get associated labels and inputs", "author": "Ryan Van Etten", "license": "MIT", "homepage": "https://github.com/ryanve/associated", "main": "index.js", "ender": "plugin.js", "scripts": { "pretest": "jshint index.js && jshint test.js", "test": "node test.js" }, "keywords": [ "ui", "dom", "input", "inputs", "radios", "labels", "label", "browser", "traversal", "ender", "plugin", "jquery", "jquery-plugin", "controls", "form-control", "forms", "form" ], "repository": { "type": "git", "url": "git+https://github.com/ryanve/associated.git" }, "bugs": { "url": "https://github.com/ryanve/associated/issues" }, "jshintConfig": { "asi": true, "boss": true, "browser": true, "eqnull": true, "expr": true, "jquery": true, "supernew": true, "latedef": "nofunc", "maxerr": 5, "node": true, "undef": true, "unused": true }, "devDependencies": { "jshint": "^2.9.3" } }