Files
2014-04-28 16:11:10 +02:00

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"
]
}