Skip to content

Commit

Permalink
bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mwasiluk committed Dec 1, 2016
1 parent 31077d4 commit 5aecf7e
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
@@ -0,0 +1,28 @@
{
"name": "silver-decisions",
"description": "Software for creating and analyzing decision trees.",
"main": [
"dist/silver-decisions.js",
"dist/silver-decisions.css"
],
"authors": [
"Michał Wasiluk",
"Bogumił Kamiński"
],
"license": "LGPL-3.0",
"keywords": [
"decision",
"tree",
"creator",
"analysis",
"d3"
],
"homepage": "https://github.com/bkamins/SilverDecisions",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit 5aecf7e

Please sign in to comment.