Skip to content
This repository has been archived by the owner on May 4, 2019. It is now read-only.

Commit

Permalink
Adding bower configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Adil authored and Adil committed Aug 26, 2014
1 parent c6476d7 commit 5aea40e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
@@ -0,0 +1,28 @@
{
"name": "Keshif",
"main": "keshif.js",
"version": "0.6.0",
"homepage": "https://github.com/adilyalcin/Keshif",
"description": "Data made explorable by all",
"keywords": [
"visualization",
"data",
"browser"
],
"authors": [
"M. Adil Yalcin"
],
"license": "BSD",
"ignore": [
"demo",
"demo_private",
"index.shtml",
"screenshot.png",

"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 5aea40e

Please sign in to comment.