forked from pencilblue/pencilblue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
33 lines (33 loc) · 851 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
{
"name": "pencilblue",
"version": "0.2.2",
"description": "Full stack online publishing and CMS for Node.js",
"authors": [
{
"name": "PencilBlue, LLC",
"email": "info@pencilblue.com"
}
],
"private": true,
"dependencies": {
"angular-route": "~1.3.2",
"angular-sanitize": "~1.3.2",
"angular": "~1.3.2",
"jquery": "~1.11.1",
"bootstrap": "~3.1.1",
"fontawesome": "~4.2.0",
"datetimepicker": "~2.2.8",
"html5shiv": "~3.7.2",
"respond": "~1.4.2",
"jqueryui": "~1.11.0",
"jqueryui-touch-punch": "*",
"jquery-file-upload": "~9.7.0",
"jquery.iframe-transport": "~1.0.0",
"jquery.validation": "~1.13.0",
"jquery.spinjs": "*",
"to-markdown": "~0.0.2",
"markdown": "~0.5.0",
"danialfarid-angular-file-upload": "~1.6.12",
"ng-sortable": "~1.1.6"
}
}