Skip to content

Commit

Permalink
updatetd bower.json spec
Browse files Browse the repository at this point in the history
  • Loading branch information
toorshia committed Aug 4, 2015
1 parent 12df124 commit 30c56fb
Showing 1 changed file with 34 additions and 8 deletions.
42 changes: 34 additions & 8 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,39 @@
{
"name": "justgage-bower",
"version": "1.0.0",
"name": "justgage",
"version": "1.1.0",
"main": "justgage.js",
"ignore": [
"R&D",
"README.md"
"README.md",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"raphael": "~2.1.2"
},
"devDependencies": {}
}
"dependencies": {
"raphael": "~2.1.2"
},
"homepage": "https://github.com/toorshia/justgage",
"authors": [
"Bojan Djuricic <[email protected]>"
],
"description": "JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.",
"keywords": [
"gauge",
"meter",
"clean",
"simple",
"minimal",
"svg",
"vector",
"performance",
"indicator",
"measure",
"dashboard",
"javascript",
"plugin"
],
"license": "MIT",
"private": true
}

0 comments on commit 30c56fb

Please sign in to comment.