UNPKG

dom-classlist

Version:

Cross-browser element (including SVG) class list manipulation

32 lines (31 loc) 674 B
{ "name": "dom-classlist", "version": "1.0.1", "description": "Cross-browser element (including SVG) class list manipulation", "files": [ "index.js" ], "devDependencies": { "karma": "~0.12.22", "karma-chrome-launcher": "~0.1.4", "karma-cli": "~0.0.4", "karma-commonjs": "~0.0.11", "karma-firefox-launcher": "~0.1.3", "karma-jasmine": "~0.2.2" }, "scripts": { "test": "karma start --single-run", "watch": "karma start" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/necolas/dom-classlist.git" }, "keywords": [ "browser", "classes", "classList", "dom" ] }