-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 940 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 940 Bytes
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
{
"name": "radon-ui",
"version": "3.1.20",
"authors": [
"Peter Corcoran <peter.corcoran@shadowacre.ltd>"
],
"description": "Radon UI - front end framework for Dachi",
"moduleType": [
"amd"
],
"license": "closed",
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"jquery": "~2.1.4",
"twig.js": "~0.8.2",
"pace": "~1.0.2",
"fontawesome": "~4.5",
"animate.css": "~3.3.0",
"moment": "~2.10.3",
"underscore": "~1.8.3",
"async": "~1.0.0",
"history.js": "~1.8.0",
"vex": "~2.3.2",
"ladda": "~0.9.8",
"alertify.js": "~0.3.11",
"jquery-simulate": "~1.0.1",
"jquery-form": "~3.46.0"
},
"main": [
"src/jquery.bind-first.js",
"src/radon.js",
"src/internal.ajax.js",
"src/internal.twig-extensions.js",
"src/internal.permissions.js",
"src/internal.vex.js",
"src/internal.filament.js",
"src/pace-style.css"
]
}