forked from jbowyers/chartinator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
49 lines (49 loc) · 912 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
43
44
45
46
47
48
49
{
"name": "chartinator",
"version": "0.3.10",
"authors": [
"jbowyers"
],
"description": "A jQuery plugin for transforming HTML tables, Google Sheets and js arrays into charts using Google Charts",
"main": [
"dist/js/chartinator.js",
"dist/js/chartinator.min.js"
],
"keywords": [
"jQuery",
"plugin",
"chart",
"visualization",
"Google",
"table"
],
"license": "GPLv3",
"ignore": [
"**/.*",
"_notes",
"node_modules",
"bower_components",
"test",
"tests",
"_references",
"demo",
"doc",
"src",
"templates",
".bowerrc",
".gitignore",
".jshintignore",
".jshintrc",
"Gruntfile.js",
"LICENCE.txt",
"package.json"
],
"dependencies": {
"jquery-legacy": "jquery#1.11"
},
"devDependencies": {
"html5shiv": "~3.7.2",
"jquery-responsive-menu": "~0.1.5"
},
"private": false
}