-
Notifications
You must be signed in to change notification settings - Fork 462
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |