mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-09 12:56:05 +10:00
25 lines
608 B
JSON
25 lines
608 B
JSON
{
|
|
"name": "classlist",
|
|
"version": "2014.01.31",
|
|
"filename": "classList.min.js",
|
|
"description": "Cross-browser full element.classList implementation.",
|
|
"main": "classlist",
|
|
"homepage": "https://github.com/eligrey/classList.js",
|
|
"author": {
|
|
"name": "Eli Grey",
|
|
"email": "me@eligrey.com",
|
|
"url": "http://eligrey.com"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/eligrey/classList.js.git"
|
|
},
|
|
"licenses": [{
|
|
"type": "Public Domain"
|
|
}],
|
|
"keywords" : [
|
|
"classlist",
|
|
"polyfill"
|
|
]
|
|
}
|