1234567891011121314151617181920212223242526272829303132 |
- {
- "name": "classlist-polyfill",
- "version": "1.2.0",
- "description": "Cross-browser JavaScript shim that fully implements element.classList (referenced on MDN)",
- "main": "src/index.js",
- "directories": {
- "test": "tests"
- },
- "scripts": {
- "test": "bash ./script/test"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/yola/classlist-polyfill.git"
- },
- "keywords": [
- "classList",
- "polyfill",
- "shim",
- "cross-browser"
- ],
- "author": "Eli Grey <me@eligrey.com>",
- "contributors": [
- "Eli Grey <me@eligrey.com>",
- "Yola Engineering <engineers@yola.com> (https://www.yola.com/)"
- ],
- "license": "Unlicense",
- "bugs": {
- "url": "https://github.com/eligrey/classList.js/issues"
- },
- "homepage": "https://github.com/yola/classlist-polyfill"
- }
|