-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
37 lines (37 loc) · 843 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
{
"name": "fcb",
"description": "online payment in cameroon",
"main": "",
"authors": [
"EddyTheDove <eddy.insearch@gmail.com>"
],
"license": "MIT",
"keywords": [
"fcb"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap-sass": "^3.3.7",
"jquery.inputmask": "^3.3.3",
"angular": "^1.5.8",
"angular-sanitize": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-bootstrap": "^2.2.0",
"AngularJS-Toaster": "angularjs-toaster#^2.1.0",
"angular-moment": "^1.0.1",
"bootstrap-datepicker": "^1.6.4",
"ng-dialog": "^0.6.6",
"angular-route": "^1.2.6",
"bootstrap-vertical-tabs": "^1.2.2",
"jquery-slugify": "^1.2.4",
"bootstrap-tokenfield": "^0.12.1"
}
}