tiny-element
Version:
A tiny DOM element selector
30 lines (29 loc) • 549 B
JSON
{
"name": "tiny-element",
"main": "dist/tinyelement.js",
"version": "1.0.0",
"homepage": "https://github.com/scottcorgan/tiny-element",
"authors": [
"Scott Corgan <scottcorgan@gmail.com>"
],
"description": "A tiny DOM element selector",
"keywords": [
"tiny",
"element",
"dom",
"selector",
"querySelector",
"querySelectorAll"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
".gitignore",
"package.json",
"index.js"
]
}