mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
29 lines
583 B
JSON
29 lines
583 B
JSON
{
|
|
"name": "domtokenlist-shim",
|
|
"description": "A super strict shim/polyfill for DOMTokenList",
|
|
"main": "dist/domtokenlist.js",
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"*.json",
|
|
"*.md",
|
|
"gulpfile.js",
|
|
"src",
|
|
"tests",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test"
|
|
],
|
|
"keywords": [
|
|
"classlist",
|
|
"domtokenlist",
|
|
"polyfill",
|
|
"rellist",
|
|
"shim"
|
|
],
|
|
"authors": [
|
|
"Jonathan Wilsson <jonathan.wilsson@gmail.com>",
|
|
"Bogdan Chadkin <trysound@yandex.ru>"
|
|
],
|
|
"homepage": "https://github.com/jwilsson/domtokenlist"
|
|
}
|