-
Notifications
You must be signed in to change notification settings - Fork 45
/
bower.json
30 lines (30 loc) · 1.04 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
{
"name": "DimeShift",
"version": "0.1.34",
"authors": [
"jeka911 <[email protected]>"
],
"description": "",
"main": "app/public/scripts/app.js",
"moduleType": [
"globals"
],
"dependencies": {
"jquery": "1.10.2",
"jasmine": "https://github.com/pivotal/jasmine/releases/download/v2.0.2/jasmine-standalone-2.0.2.zip",
"jasmine-ajax": "https://raw.githubusercontent.com/pivotal/jasmine-ajax/master/lib/mock-ajax.js",
"jsmart": "2.13.1",
"backbone": "1.0.0",
"backbone.paginator": "https://github.com/backbone-paginator/backbone.paginator/archive/2.0.2.zip",
"underscore": "1.7.0",
"bootstrap": "3.3.4",
"magnific-popup": "*",
"bootstrap-clickonmouseover": "https://github.com/jeka-kiselyov/bootstrap-clickonmouseover/archive/master.zip",
"mprogress": "https://github.com/lightningtgc/MProgress.js/archive/master.zip",
"bootstrap-tour": "~0.10.2",
"js-xlsx": "~0.8.0",
"moment": "~2.10.6",
"eonasdan-bootstrap-datetimepicker": "^4.17.37",
"font-awesome": "fontawesome#^4.6.1"
}
}