-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·46 lines (46 loc) · 951 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
{
"name": "mem-study",
"version": "0.0.1",
"homepage": "https://github.com/namwkim/Memorability-Study",
"authors": [
"Nam Wook Kim <[email protected]>"
],
"description": "visualization memorability study",
"moduleType": [
"node"
],
"keywords": [
"visualization",
"memorability"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.1",
"angular": "~1.3.0",
"bootstrap": "~3.2.0",
"underscore": "~1.7.0",
"bootbox": "~4.3.0",
"bootstro": "*",
"heatmap.js.bower": "*",
"spinjs": "~2.0.2",
"jquery-ui": "~1.11.4",
"jsdiff": "~1.3.2",
"d3": "~3.5.5",
"d3-tip": "~0.6.6",
"seiyria-bootstrap-slider": "~5.1.1",
"pixastic": "*",
"stackblur": "~1.2.0"
},
"resolutions": {
"angular": "~1.3.0"
}
}