-
Notifications
You must be signed in to change notification settings - Fork 2
/
bower.json
42 lines (42 loc) · 973 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
{
"name": "jijoel/daily",
"homepage": "https://github.com/jijoel/daily",
"authors": [
"Joel (home) <[email protected]>"
],
"description": "Daily practice ground",
"moduleType": [
"node"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "*",
"angular-bootstrap": "~0.10.0",
"angular-resource": "*",
"angular-route": "*",
"bootstrap": "*",
"d3": "*",
"fontawesome": "*",
"jasny-bootstrap": "~3.1.2",
"jcrop": "*",
"jquery": "*",
"jquery-autosize": "*",
"jquery-form": "*",
"jquery-ui": "~1.10.4",
"jqueryui-timepicker-addon": "*",
"ng-file-upload": "~1.3.2",
"select2": "~3.4.6",
"twitter-bootstrap-wizard": "master",
"underscore": "~1.6.0",
"highlightjs": "~8.0.0",
"select2-bootstrap-css": "~1.3.1",
"multiselect": "ehynds/jquery-ui-multiselect-widget#1.13"
}
}