-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbower.json
41 lines (41 loc) · 841 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
{
"name": "kreateve",
"version": "0.0.1",
"homepage": "https://github.com/GARAKAMI/bookkloud",
"authors": [
{
"name": "kenroy george",
"email": "<[email protected]>"
},
{
"name": "chris kim",
"email": "<[email protected]>"
}
],
"description": "kreateve application",
"main": "",
"keywords": [
"kreateve",
"bower"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"public/components",
"test",
"tests"
],
"dependencies": {
"jquery": "latest",
"bootstrap": "latest",
"bootstrap-datepicker": "latest",
"autocomplete": "latest",
"handlebars": "latest",
"typeahead.js": "latest",
"bootstrap-tagsinput": "latest",
"eonasdan-bootstrap-datetimepicker": "~4.7.14"
}
}