UNPKG

elly

Version:

A tiny library for creating and selecting DOM elements.

63 lines (62 loc) 1.4 kB
{ "name": "elly", "description": "A tiny library for creating and selecting DOM elements.", "keywords": [ "elly", "a", "tiny", "library", "for", "creating", "and", "selecting", "dom", "elements" ], "license": "MIT", "version": "1.1.11", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/elly.git" }, "bugs": { "url": "https://github.com/IonicaBizau/elly/issues" }, "homepage": "https://github.com/IonicaBizau/elly#readme", "dependencies": { "iterate-object": "^1.3.2", "sliced": "^1.0.1" }, "blah": { "description": [ { "h2": "Is this a jQuery alternative?" }, { "p": "Well, in many cases yes. *elly* is a tiny wrapper around the `querySelector`, `querySelectorAll` and `document.createElement`, so, it basically can select and create DOM elements." } ], "examplePath": "index.html", "h_img": "http://i.imgur.com/hQjyLBz.png" } }