-
Notifications
You must be signed in to change notification settings - Fork 11
/
bower.json
40 lines (40 loc) · 1.19 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
{
"name": "configuration",
"version": "1.4.2",
"dependencies": {
"angular": "^1.4.1",
"angular-animate": "^1.4.1",
"angular-aria": "^1.4.1",
"angular-cookies": "^1.4.1",
"angular-messages": "^1.4.1",
"angular-resource": "^1.4.1",
"angular-route": "^1.4.1",
"angular-sanitize": "^1.4.1",
"angular-spinner": "~0.6.2",
"angular-touch": "^1.4.1",
"foundation": "~5.5.2",
"angular-foundation": "~0.6.0",
"ua-parser-js": "~0.7.7",
"angular-xml": "~2.1.0",
"underscore": "~1.8.3",
"foundation-icon-fonts": "*",
"cerealizer.js": "[email protected]:fuzeman/Cerealizer.js.git",
"ladda-foundation-5": "[email protected]:fuzeman/ladda-foundation-5.git",
"trakt.js": "[email protected]:fuzeman/trakt.js.git",
"plex.js": "[email protected]:fuzeman/plex.js.git",
"selectize": "~0.12.1",
"fontawesome": "~4.3.0",
"angular-selectize2": "~1.2.1",
"jquery-sortable": "~0.9.13",
"raven-js": "^3.9.1",
"angular-raven": "^0.6.2",
"JavaScript-MD5": "~1.1.0",
"angulartics": "~0.19.0",
"angular-marked": "^1.2.0"
},
"devDependencies": {
"angular-mocks": "^1.4.1"
},
"appPath": "app",
"moduleName": "configurationApp"
}