react-native-web-headroom
Version:
React Native Web Headroom
31 lines (30 loc) • 619 B
JSON
{
"name": "classnames",
"version": "2.2.5",
"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"
},
"scripts": {
"benchmarks": "node ./benchmarks/run",
"unit": "mocha tests/*.js",
"test": "npm run unit"
},
"keywords": [
"react",
"css",
"classes",
"classname",
"classnames",
"util",
"utility"
],
"devDependencies": {
"benchmark": "^1.0.0",
"mocha": "^2.1.0"
}
}