-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 924 Bytes
/
Copy pathbower.json
File metadata and controls
37 lines (37 loc) · 924 Bytes
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
{
"name": "js-starter-pack",
"authors": [
"leantony <chachaantony@gmail.com>"
],
"description": "simple utility js scripts, dependencies and plugins for a project",
"main": "",
"license": "MIT",
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bootstrap": "^3.3.7",
"select2": "^4.0.3",
"select2-bootstrap-theme": "^0.1.0-beta.10",
"jquery": "^2.2.4",
"blockUI": "^1.0.0",
"lodash": "^4.17.4",
"jquery-pjax": "^1.9.6",
"toastr": "^2.1.3",
"bootstrap-datepicker": "eternicode/bootstrap-datepicker#^1.6.4",
"urijs": "^1.18.10",
"font-awesome": "fontawesome#^4.6.3",
"animate.css": "^3.5.2",
"PACE": "pace#^1.0.2",
"autosize": "^3.0.17",
"jquery-timeago": "timeago#^1.5.3",
"fine-uploader": "^5.11.8",
"typeahead.js": "^0.11.1"
}
}