From ade4bc641a688a115d0f88997588d01620c5d252 Mon Sep 17 00:00:00 2001 From: Jed Watson Date: Sat, 14 Feb 2015 13:44:16 +1100 Subject: [PATCH] Adding bower.json, closes #7 --- bower.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 bower.json diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..d64f5a7 --- /dev/null +++ b/bower.json @@ -0,0 +1,33 @@ +{ + "name": "classnames", + "version": "1.1.2", + "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" + ] +}