-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
38 lines (38 loc) · 896 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
{
"name": "orgwolf",
"version": "0.0.0",
"homepage": "https://github.com/m3wolf/orgwolf",
"authors": [
"Mark Wolfman <[email protected]>"
],
"description": "Organization app based on Django",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": ">=3.1.1",
"less": ">=1.7.0",
"requirejs": ">=2.1.10",
"angular": "=1.3.3",
"angular-resource": "=1.3.3",
"angular-animate": "=1.3.3",
"angular-bootstrap": "=0.12",
"angular-ui-calendar": "=0.8.0",
"fullcalendar": "~1.6",
"angular-sanitize": "=1.3.3",
"angular-cookies": "=1.3.3",
"angular-route": "=1.3.3",
"angular-mocks": "=1.3.3",
"AngularJS-Toaster": "=0.4.4",
"tinymce-release": "=4.0.2",
"bootstrap-switch": "=2.0.1",
"jasmine": ">=2.0",
"better-dateinput-polyfill": "~1.5.2"
}
}