-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 890 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
{
"name": "kiwi-reader",
"version": "0.0.1",
"authors": [
"Dimitar Mirchev <[email protected]>"
],
"moduleType": [
"node"
],
"license": "Apache 2",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public/bower_components"
],
"dependencies": {
"font-awesome": "~4.2.0",
"toastr": "~2.1.0",
"angular-sanitize": "~1.3.11",
"bootstrap": "~3.3.2",
"ui-router": "~0.2.13",
"angular-bootstrap": "~0.12.0",
"angular-socket-io": "~0.7.0",
"ng-ckeditor": "~0.2.1",
"angular-loading-bar": "~0.7.1",
"angular-jwt": "~0.0.7",
"angular-local-storage": "~0.1.5",
"angular-upload": "~1.0.11"
},
"resolutions": {
"angular": ">=1.0.4",
"tinymce": "~4.1.7"
},
"main": "server.js",
"homepage": "https://github.com/dirchev/kiwi-reader"
}