UNPKG

619 BJSONView Raw
1{
2 "name": "classnames",
3 "version": "2.2.1",
4 "description": "A simple utility for conditionally joining classNames together",
5 "main": "index.js",
6 "author": "Jed Watson",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/JedWatson/classnames.git"
11 },
12 "scripts": {
13 "benchmarks": "node ./benchmarks/run",
14 "unit": "mocha tests/*.js",
15 "test": "npm run unit"
16 },
17 "keywords": [
18 "react",
19 "css",
20 "classes",
21 "classname",
22 "classnames",
23 "util",
24 "utility"
25 ],
26 "devDependencies": {
27 "benchmark": "^1.0.0",
28 "mocha": "^2.1.0"
29 }
30}