forked from intelligo-mn/intelligo.store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
41 lines (41 loc) · 888 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
41
{
"name": "An Laravel eCommerce",
"version": "1.0.1",
"homepage": "http://techstar.agency",
"authors": [
"toroo.byamba@gmail.com",
"doljko927@gmail.com"
],
"moduleType": [
"globals"
],
"license": "MIT",
"ignore": [
"**/.*",
"*.md",
"vendor",
"node_modules",
"bower_components",
"test",
"tests",
"./src/"
],
"dependencies": {
"bootstrap": "~3.3.4",
"ui-select": "angular-ui/ui-select#~0.11.2",
"angular-notify": "~2.5.0",
"angular-sanitize": "~1.4.7",
"angular-bootstrap": "~0.14.3",
"angular-animate": "~1.4.7",
"angular-loading-bar": "~0.8.0",
"angular-mocks": "~1.4.7",
"angular-touch": "~1.4.7",
"angular-route": "~1.4.7",
"angular-local-storage": "~0.2.3",
"font-awesome": "~4.4.0",
"angular-lazy-img": "~1.2.2"
},
"resolutions": {
"angular": "1.4.12"
}
}