classlist
Version:
Element#classList for older browsers.
34 lines (33 loc) • 694 B
JSON
{
"name": "classlist",
"version": "2.0.0",
"description": "Element#classList for older browsers.",
"main": "classlist.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/lucthev/classlist.git"
},
"keywords": [
"classlist",
"element",
"class",
"list",
"ie8",
"ie9",
"polyfill"
],
"author": "Luc Thevenard <lucthevenard@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucthev/classlist/issues"
},
"homepage": "https://github.com/lucthev/classlist",
"devDependencies": {
"browserify": "^16.2.0",
"tape": "^4.9.0",
"standard": "^11.0.1"
}
}