You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
581 B
33 lines
581 B
{ |
|
"name": "classnames", |
|
"version": "1.1.4", |
|
"description": "A simple utility for conditionally joining classNames together", |
|
"main": "index.js", |
|
"homepage": "https://github.com/JedWatson/classnames", |
|
"authors": [ |
|
"Jed Watson" |
|
], |
|
"moduleType": [ |
|
"amd", |
|
"globals", |
|
"node" |
|
], |
|
"keywords": [ |
|
"react", |
|
"css", |
|
"classes", |
|
"classname", |
|
"classnames", |
|
"util", |
|
"utility" |
|
], |
|
"license": "MIT", |
|
"ignore": [ |
|
".editorconfig", |
|
".gitignore", |
|
"gulpfile.js", |
|
"package.json", |
|
"node_modules", |
|
"tests.js" |
|
] |
|
}
|
|
|