mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-23 11:46:40 +10:00
24 lines
620 B
JSON
24 lines
620 B
JSON
{
|
|
"name": "min.js",
|
|
"filename": "$.min.js",
|
|
"version": "0.2.3",
|
|
"description": "A super tiny JavaScript library to execute simple DOM querying and hooking event listeners. Aims to return the raw DOM node for you to manipulate directly, using HTML5 (et al) tech like element.classList or element.innerHTML, etc.",
|
|
"maintainers": [{
|
|
"name": "Remy Sharp",
|
|
"web": "http://github.com/remy"
|
|
}],
|
|
"repositories": {
|
|
"type": "git",
|
|
"url": "git://github.com/remy/min.js.git"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"min",
|
|
"min.js",
|
|
"framework",
|
|
"micro",
|
|
"dom",
|
|
"events"
|
|
]
|
|
}
|