forked from Gottwik/enduro_admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
39 lines (39 loc) · 933 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
{
"name": "enduro_admin",
"description": "",
"main": "assets/vendor/enduro/index.js",
"authors": [
"Martin Gottweis"
],
"license": "MIT",
"homepage": "http://www.endurojs.com/",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"assets/vendor",
"test",
"tests"
],
"dependencies": {
"jquery": "git://github.com/jquery/jquery.git#~2.1.4",
"angular": "^1.5.5",
"requirejs": "^2.2.0",
"angular-route": "^1.5.5",
"angular-cookies": "^1.5.5",
"bootstrap": "v4.0.0-alpha.2",
"ng-file-upload": "^12.0.4",
"font-awesome": "^4.6.3",
"tooltipster": "^4.0.2",
"angular-hotkeys": "chieffancypants/angular-hotkeys#1.5.0",
"fuse.js": "fuse#^2.6.2",
"pickadate": "^3.5.6",
"lodash": "^4.17.4",
"kiskabricks_wedgecss": "*",
"moment": "^2.19.2"
},
"devDependencies": {
"angular-mocks": "^1.5.8",
"mousetrap": "^1.6.0"
}
}