Skip to content

Commit

Permalink
Add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nkbt committed Oct 20, 2015
1 parent 529b1b0 commit e273f1f
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"name": "elemental",
"version": "0.0.0",
"description": "React UI Framework",
"main": "elemental.js",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/elementalui/elemental-dist.git"
},
"dependencies": {
"react": "^0.14"
},
"keywords": [
"react",
"react-component",
"ui",
"framework",
"controls",
"element",
"css",
"less"
],
"authors": [
"Jed Watson"
],
"homepage": "http://elemental-ui.com",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit e273f1f

Please sign in to comment.