18 lines
429 B
JSON
18 lines
429 B
JSON
{
|
|
"name": "classnames",
|
|
"version": "2.2.6",
|
|
"description": "A simple utility for conditionally joining classNames together",
|
|
"main": "index.js",
|
|
"author": "Jed Watson",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/JedWatson/classnames.git"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "^1.0.0",
|
|
"browserify": "^14.1.0",
|
|
"mocha": "^2.1.0",
|
|
"opn-cli": "^3.1.0"
|
|
}
|
|
} |