This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
bower.json
65 lines (65 loc) · 1.59 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "bulbs-cms",
"version": "0.0.0",
"dependencies": {
"lodash": "3.10.1",
"ng-clip": "~0.2.6",
"zeroclipboard": "~2.3.0"
},
"devDependencies": {
"angular-bootstrap-datetimepicker": "~0.2.2",
"angular-bootstrap": "~0.11.0",
"angular-cookie": "~4.0.6",
"angular-cookies": "~1.3.0",
"angular-mocks": "~1.3.0",
"angular-resource": "~1.3.0",
"angular-restmod": "~1.1.8",
"angular-route": "~1.3.0",
"angular-sanitize": "~1.3.0",
"angular-ui-sortable": "~0.13.3",
"angular-uuid4": "~0.3.0",
"angular": "~1.3.0",
"angularfire": "~0.8.2",
"bootstrap": "~3.1.1",
"bulbs-autocomplete": "0.2.4",
"es5-shim": "~2.1.0",
"firebase-token-generator": "~1.1.3",
"firebase": "1.0.21",
"font-awesome": "~4.4.0",
"jcrop": "0.9.12",
"jquery": "~2.1.0",
"json3": "~3.2.6",
"Keypress": "~2.0.2",
"moment-timezone": "~0.5.13",
"moment": "~2.13.0",
"onion-editor": "theonion/editor#1.0.4",
"pnotify": "~2.0.0",
"raven-js": "1.1.11",
"restangular": "~1.4.0",
"restmod-style-drf-paged": "~0.1.0",
"urlify": "theonion/urlify",
"videohub-client-js": "theonion/videohub-client-js#~0.2.0"
},
"ignore": [
"app",
"tasks",
"test",
".git*",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma.conf.js",
"package.json",
"protractor.conf.js"
],
"main": [
"dist/scripts/scripts.js",
"dist/scripts/templates.js",
"dist/styles/main.css",
"dist/styles/vendor.css"
],
"resolutions": {
"lodash": "3.10.1",
"zeroclipboard": "~2.3.0"
}
}