-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1.15 KB
/
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
42
43
44
45
{
"name": "Meetin.gs",
"version": "0.1.0",
"homepage": "https://github.com/meetings/front-angular",
"authors": [
"Petrus Repo <[email protected]>",
"Tuomas Lahti <[email protected]>",
"Mikko Tapionlinna <[email protected]>",
"Antti Vähäkotamäki <[email protected]>",
"Harri Sarsa <[email protected]>"
],
"license": "none",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/www/components",
"test",
"tests"
],
"dependencies": {
"restangular": "1.5.1",
"moment": "2.8.3",
"angular": "1.2.28",
"angular-touch": "1.2.28",
"angular-sanitize": "1.2.28",
"foundation": "arkkimaagi/bower-foundation#5.3.3-libsass",
"lodash": "3.6.0",
"angular-route": "1.2.28",
"angular-animate": "1.2.28",
"angular-ui-tinymce": "0.0.5",
"ng-tags-input": "2.0.1",
"moment-timezone": "~0.2.5",
"angulartics": "~0.17.1",
"raven-js": "~1.1.16",
"sprintf": "~1.0.2",
"react": "~0.13.3",
"angular-cache": "~4.2.0"
},
"devDependencies": {
"angular-mocks": "1.2.28",
"timecop": "0.1.1"
}
}