Skip to content

Commit

Permalink
dep
Browse files Browse the repository at this point in the history
  • Loading branch information
jouda committed Aug 8, 2014
1 parent 85c23de commit 172b409
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
36 changes: 36 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
"name": "react-topui",
"main": "dist/index.js",
"version": "0.0.2",
"homepage": "https://github.com/kjda/react-topui",
"authors": [
"Khaled Jouda <[email protected]>"
],
"description": "Topcoat components using ReactJS",
"repository": {
"type": "git",
"url": "https://github.com/kjda/react-topui.git"
},
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"ReactJs",
"Topcoat",
"UI",
"Components"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"react": "^0.11.1"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/kjda/react-topui",
"dependencies": {

"react": "^0.11.1"
},
"devDependencies": {
"jsx-loader": "^0.11.0",
Expand Down

0 comments on commit 172b409

Please sign in to comment.