-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
34 lines (34 loc) · 914 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
{
"name": "cell-maps",
"version": "1.0.4",
"homepage": "https://github.com/opencb/cell-maps",
"authors": [
"frasator <[email protected]>"
],
"license": "GPLv2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"polymer": "Polymer/polymer#1.2.1",
"iron-flex-layout": "PolymerElements/iron-flex-layout#1.0.5",
"fontawesome": "*",
"backbone": "~1.1.2",
"bowser": "~0.7.2",
"cookies-js": "~1.1.0",
"crypto-js-evanvosberg": "3.1.4",
"file-saver.js": "~1.20150507.2",
"gl-matrix": "~2.2.1",
"highcharts-release": "~4.0.4",
"jquery": "1.11.3",
"jquery-mousewheel": "~3.1.12",
"purl": "~2.3.1",
"qtip2": "~2.2.1",
"underscore": "~1.7.0"
},
"devDependencies": {}
}