forked from predictionmachines/Angara.Chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
47 lines (47 loc) · 851 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
{
"name": "angara.chartjs",
"version": "0.2.2",
"authors": [
"Information Technologies in Science Lab of Moscow State University",
"Microsoft Research"
],
"private": true,
"description": "Angara module that allows to use the ChartViewer to display Angara.Chart plots.",
"main": [
"./dist/Chart.js"
],
"moduleType": [
"amd"
],
"license": "MIT",
"keywords": [],
"ignore": [
"**/.*",
"bin",
"bower_components",
"docs",
"node_modules",
"packages",
"paket-files",
"src",
"temp",
"tests",
"typings",
"*.sln",
"*.yml",
"*.cmd",
"*.sh",
"Gruntfile.js",
"package.json",
"paket.*",
"*.xml",
"tsd.json"
],
"dependencies": {
"idd": "1.5.x",
"jquery": "~2.1.4"
},
"devDependencies": {
"requirejs": "~2.1.22"
}
}