UNPKG

519 BJSONView Raw
1{
2 "name": "classnames",
3 "version": "1.2.2",
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 "test": "mocha tests.js"
14 },
15 "keywords": [
16 "react",
17 "css",
18 "classes",
19 "classname",
20 "classnames",
21 "util",
22 "utility"
23 ],
24 "devDependencies": {
25 "mocha": "^2.1.0"
26 }
27}