Skip to content

Commit

Permalink
Adding bower.json, closes #7
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Feb 14, 2015
1 parent c632947 commit ade4bc6
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit ade4bc6

Please sign in to comment.