@ecromaneli/mquery
Version:
The mQuery (or Mini-jQuery) is a most simple and clean way to query HTML elements and bind Event Handlers without jQuery.
41 lines • 1.04 kB
JSON
{
"name": "@ecromaneli/mquery",
"version": "3.0.0",
"description": "The mQuery (or Mini-jQuery) is a most simple and clean way to query HTML elements and bind Event Handlers without jQuery.",
"main": "dist/module/mquery",
"typings": "dist/module/mquery",
"directories": {
"test": "test"
},
"scripts": {
"build": "sh build.sh",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ECRomaneli/mQuery.git"
},
"keywords": [
"mquery",
"jquery",
"node",
"htmlelement",
"html",
"dom",
"dom-manipulation",
"event-listener",
"jquery-like",
"lightweight"
],
"author": "Emerson Capuchi Romaneli <emerson.romaneli@gmail.com> (http://emersoncr.com.br/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ECRomaneli/mQuery/issues"
},
"homepage": "https://github.com/ECRomaneli/mQuery#readme",
"devDependencies": {
"fakehtmldocument": "^1.0.2",
"typescript": "^2.9.1",
"uglify-js": "^3.4.0"
}
}