Skip to content

Commit

Permalink
Update bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alangrafu committed Jun 12, 2014
1 parent 3d8a46e commit d594475
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
{
"name": "alangrafu/radar-chart-d3",
"version": "1.0.0",
"main": "path/to/main.css",
"description": "please add it",
"license": "Eclipse",
"main": null,
"description": "Radar chart based on D3",
"license": "Apache",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
"<dependency_name>": "<semantic_version>",
"<dependency_name>": "<Local_folder>",
"<dependency_name>": "<package>"
},
"devDependencies": {
"<test-framework-name>": "<version>"
}
}

0 comments on commit d594475

Please sign in to comment.