forked from REBELinBLUE/deployer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 671 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 671 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
{
"name": "Deployer",
"authors": [
"Stephen Ball <stephen@rebelinblue.com>"
],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"ace-min-noconflict": "~1.1.9",
"backbone": "~1.3.0",
"fontawesome": "~4.6.0",
"ionicons": "~2.0.1",
"jquery-sortable": "~0.9.13",
"moment": "~2.12.0",
"socket.io-client": "~1.4.5",
"html5shiv": "~3.7.3",
"respond": "~1.4.2",
"cropper": "~2.3.0",
"toastr": "~2.1.2",
"admin-lte": "~2.3.0",
"jquery": "~2.2.4"
}
}