-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
55 lines (55 loc) · 1.5 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
{
"name": "smartbots",
"description": "The Smart Bots System's server",
"main": "index.php",
"authors": [
"Huỳnh Đức Duy <[email protected]>",
"Trần Tuấn Anh <[email protected]>",
"Tống Xuân Bảo <[email protected]>"
],
"license": "MIT",
"homepage": "http://smart-bots.xyz",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"resources/assets/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "^2.2.4",
"animate.css": "^3.5.1",
"blockUI": "blockui#*",
"fastclick": "^1.0.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.37",
"bootstrap-select": "^1.10.0",
"font-awesome": "^4.6.3",
"bootstrap": "^3.3.6",
"handlebars": "^4.0.5",
"jquery-legacy": "jquery#1.12.4",
"jquery-ui": "jqueryui#^1.11.4",
"jquery.nicescroll": "nicescroll#^3.6.8",
"jquery-modern": "jquery#3",
"jquery.scrollTo": "^2.1.2",
"moment": "^2.13.0",
"quicksearch": "https://github.com/riklomas/quicksearch.git",
"modernizr": "^3.3.1",
"multiselect": "multi-select#^0.9.12",
"raven-js": "^3.0.5",
"slimscroll": "^1.3.7",
"socket.io-client": "https://github.com/socketio/socket.io-client.git#^1.4.6",
"sweetalert": "^1.1.3",
"themify-icons": "^0.1.2",
"typeahead.js": "^0.11.1",
"wow": "^1.1.2",
"Waves": "waves#^0.7.5",
"intl-tel-input": "^9.0.1",
"notifyjs": "^0.4.2",
"highcharts": "^4.2.6"
},
"resolutions": {
"jquery": "2.2.4"
}
}