-
Notifications
You must be signed in to change notification settings - Fork 462
/
bower.json
42 lines (42 loc) · 884 Bytes
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "justgage-toorshia",
"version": "1.2.2",
"main": "justgage.js",
"ignore": [
"R&D",
"README.md",
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"raphael": "~2.1.4"
},
"moduleType": [
"node"
],
"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
}