-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
40 lines (40 loc) · 872 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": "TheStore",
"version": "0.0.0",
"description": "A store built on Angularjs, bootstrap and other cool technologies",
"main": "?",
"authors": [
"Luis Fortes"
],
"license": "ISC",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "2.1.3",
"bootstrap": "3.3.4",
"angular": "1.3.5",
"angular-route": "1.3.5",
"angular-translate": "2.6.1",
"angular-translate-loader-static-files": "2.6.1",
"angular-input-match": "0.0.2",
"firebase": "2.2.3",
"angularfire": "1.0.0",
"angular-bootstrap": "0.12.1",
"angular-spinner": "0.6.1",
"lf-firebase-auth": "*",
"lf-cookies": "*"
},
"devDependencies": {
"angular-mocks": "1.3.15"
},
"resolutions": {
"angular": "1.3.15"
}
}