-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 1010 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
42
43
{
"name": "devdesk",
"version": "0.0.0",
"authors": [
"Brent O'Neill <brentoneill@gmail.com>"
],
"description": "Client management app for freelance developers",
"main": "server.js",
"keywords": [
"angularJS"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"app/assets/bower_components"
],
"dependencies": {
"angular": "1.3.14",
"angular-animate": "1.3.14",
"angular-messages": "1.3.14",
"angular-resource": "1.3.14",
"angular-route": "1.3.14",
"angular-strap": "2.2.1",
"angular-sanitize": "1.3.14",
"lodash": "~2.4.1",
"jquery": "~2.1.3",
"jquery-ui": "~1.10.4",
"bootstrap": "~3.3.2",
"font-awesome": "4.3.0",
"angular-motion": "0.3.4",
"bootstrap-additions": "~0.2.3",
"angular-deckgrid": "~0.5.0",
"icono": "~1.3.0",
"angular-timer": "~1.3.1",
"angular-chart.js": "~0.5.3",
"animate.css": "3.2.5"
},
"resolutions": {
"angular": "1.3.14"
}
}