forked from SOCR/SOCRAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
60 lines (60 loc) · 1.6 KB
/
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
50
51
52
53
54
55
56
57
58
59
60
{
"author": "Alexandr Kalinin<alxndrkalinin@gmail.com>, Selvam Palanimalai<selvam1991@gmail.com>",
"name": "SOCRAT",
"version": "v0.1.5-alpha.1",
"description": "Flexible HTML5/JS toolkit for interactive data analysis and visuzalization",
"homepage": "https://github.com/SOCRedu/SOCR-framework",
"dependencies": {
"angular": "^1.3.0",
"jquery-layout": "~1.4.3",
"jquery-highlight": "~3.3.0",
"jquery-hoverintent": "https://github.com/briancherne/jquery-hoverIntent.git#~1.8.1",
"datatables": "DataTables#~1.10.9",
"d3": "~3.5.6",
"angular-animate": "^1.3.0",
"angular-cookies": "^1.3.0",
"angular-messages": "^1.3.0",
"angular-resource": "^1.3.0",
"angular-route": "^1.3.0",
"angular-sanitize": "^1.3.0",
"angular-touch": "^1.3.0",
"angular-ui": "~0.4.0",
"angular-ui-router": "~0.2.15",
"ngHandsontable": "angular-ui-handsontable#~0.7.0",
"wrangler": "https://github.com/StanfordHCI/wrangler.git",
"bootstrap": "^3.2.0",
"angular-bootstrap": "~0.14.2",
"jstat": "~1.4.6"
},
"devDependencies": {
"angular-mocks": "^1.3.0"
},
"appPath": "app",
"moduleName": "expApp",
"overrides": {
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/css/bootstrap.css",
"dist/js/bootstrap.js"
]
},
"wrangler": {
"main": [
"lib/datavore/datavore-d0.1.js",
"dw.js",
"style/**/*.css"
]
},
"jquery-layout": {
"main": [
"source/stable/jquery.layout.js"
]
},
"jstat": {
"main": [
"dist/jstat.js"
]
}
}
}