-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 746 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 746 Bytes
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
{
"name":"jBarGraph",
"version":"1.5.2",
"title":"jQuery.bar_graph()",
"author":{
"name":"Zach Wick",
"url":"https://www.zachwick.com"
},
"licenses":{
"type":"MIT",
"url":"http://www.opensource.org/licenses/mit-license.php"
},
"dependencies":{
"jquery":"1"
},
"description":"The purpose of this plugin is to create vertical and horizontal bar graphs from given data and label arrays.",
"keywords":[
"graph",
"bar",
"visulization"
],
"homepage":"http://www.zachwick.com/blog/?q=node/5",
"contributors":[
{
"name":"Zach Wick",
"url":"http://www.zachwick.com"
}
],
"files":[
"jquery.jbargraph.js",
"jBarGraphStyles.js",
"test.html",
"README",
"jquery-1.7.min.js"
]
}