-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
40 lines (40 loc) · 1021 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": "kynarilaarnio",
"version": "0.0.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"scripts": {
"postinstall": "gulp install:client:html"
},
"dependencies": {
"angular": "~1.3.15",
"angular-animate": "~1.3.15",
"angular-markdown-directive": "~0.3.1",
"angular-messages": "~1.3.15",
"angular-moment": "~0.9.2",
"angular-resource": "~1.3.15",
"angular-translate": "~2.6.1",
"angular-translate-handler-log": "~2.6.1",
"angular-translate-loader-static-files": "~2.6.1",
"angular-translate-storage-cookie": "~2.6.1",
"angular-ui-router": "~0.2.13",
"font-awesome": "components-font-awesome#v4.3.0",
"lodash": "~3.6.0",
"moment": "~2.9.0",
"moment-timezone": "~0.3.1",
"ngFx": "~1.1.0",
"normalize.css": "~3.0.3",
"skeleton": "https://github.com/dhg/Skeleton.git"
},
"devDependencies": {
"angular-mocks": "~1.3.15"
},
"resolutions": {
"angular": "1.3.17"
}
}