-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 958 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
{
"name": "apprancho",
"description": "",
"main": "index.js",
"authors": [
"Augusto José <[email protected]>",
"Bruno Polone <>",
"José Roberto <>"
],
"license": "ISC",
"moduleType": [],
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/lib",
"test",
"tests"
],
"dependencies": {
"angular-animate": "1.5.0",
"angular-route": "1.5.0",
"angular-resource": "1.5.0",
"angular-touch": "1.5.0",
"angular": "1.5.0",
"bootstrap": "^3.3.6",
"ng-file-upload": "^12.0.4",
"normalize-css": "https://github.com/necolas/normalize.css.git#^3.0.3",
"angular-bootstrap": "^1.2.4",
"font-awesome": "fontawesome#^4.6.3",
"AngularJS-Toaster": "angularjs-toaster#^2.0.0",
"angular-i18n": "^1.5.8",
"angular-input-masks": "^2.4.0",
"bootstrap-toggle": "^2.2.2",
"photoswipe": "^4.1.1",
"angulike": "^1.2.0"
}
}