UNPKG

data-attributes

Version:
41 lines (40 loc) 875 B
{ "name": "data-attributes", "version": "1.0.0", "description": "Extract data attributes from a DOM node.", "main": "index.js", "scripts": { "test": "browserify test.js | tape-run" }, "repository": { "type": "git", "url": "git+https://github.com/rafaelrinaldi/data-attributes.git" }, "keywords": [ "data", "attribute", "attributes", "data-attribute", "data-attributes", "jquery", "dom", "html", "markup", "extract", "parse", "node", "element" ], "author": "Rafael Rinaldi", "license": "MIT", "bugs": { "url": "https://github.com/rafaelrinaldi/data-attributes/issues" }, "homepage": "https://github.com/rafaelrinaldi/data-attributes#readme", "devDependencies": { "browserify": "^11.0.1", "inject-markup": "^1.0.1", "tape": "^4.0.3", "tape-run": "^1.1.0" } }