forked from predictionmachines/InteractiveDataDisplay
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
58 lines (58 loc) · 1.06 KB
/
bower.json
File metadata and controls
58 lines (58 loc) · 1.06 KB
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
50
51
52
53
54
55
56
57
58
{
"name": "idd",
"version": "1.1.4",
"authors": [
"Microsoft Corporation"
],
"description": "A JavaScript visualization library for dynamic data",
"main": [
"./dist/idd.js",
"./dist/idd.css",
"./dist/chartViewer.css",
"./dist/chartViewer.js",
"./dist/chartViewer.d.ts",
"./dist/chartViewer.umd.js",
"./dist/chartViewer.umd.d.ts"
],
"moduleType": [
"globals",
"amd"
],
"keywords": [
"visualization",
"animation",
"canvas",
"chart",
"plot"
],
"license": "Apache-2.0",
"ignore": [
"**/.*",
"bower.json",
"node_modules",
"test",
"samples",
"src",
"sln",
"ext",
"Architecture.md",
"IDDSamples.html",
"README.md",
".bowerrc",
".gitignore",
"package.json",
"Gruntfile.js",
".tscache",
"tsd.json"
],
"dependencies": {
"rxjs": "~4.0.6",
"jquery": "~2.1.4",
"modernizr": "~2.8.3",
"jqueryui": "~1.11.4"
},
"devDependencies": {
"jasmine": "~2.3.4",
"requirejs": "~2.1.22",
"require-css": "~0.1.8"
}}