-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 972 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": "asp_front",
"version": "0.0.1",
"authors": [
"Pierric Cistac <[email protected]>"
],
"description": "Packages bower de la partie front aurignacsouspression.fr",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.3",
"angular-animate": "~1.4.5",
"angular-motion": "~0.4.2",
"angular-recaptcha": "^4.2.0",
"angular-sanitize": "~1.4.5",
"angular-spinner": "~0.7.0",
"angular-strap": "~2.3.1",
"angular-ui-router": "~0.2.15",
"angularfire": "~1.1.2",
"angulartics": "~0.20.0",
"angulartics-google-analytics": "~0.1.1",
"bootstrap": "~3.3.5",
"firebase": "~2.2.7",
"font-awesome": "~4.4.0",
"jquery": "~2.1.4",
"magnific-popup": "~1.0.0",
"ngmap": "~1.13.4"
},
"devDependencies": {
"bootstrap-sass": "~3.3.5"
},
"resolutions": {
"angulartics": "~1.0.0"
}
}