-
Notifications
You must be signed in to change notification settings - Fork 30
/
bower.json
31 lines (31 loc) · 1.09 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
{
"name": "octobox",
"version": "0.0.10",
"dependencies": {
"angular": "1.2.16",
"angular-resource": "1.2.16",
"angular-cookies": "1.2.16",
"angular-mocks": "1.2.16",
"angular-animate": "~1.2.16",
"angular-ui-router": "latest",
"bourbon": "4.x",
"neat": "latest",
"normalize.css": "latest",
"ngDropbox": "https://github.com/miloszfalinski/ngDropbox.git#master",
"lodash": "~2.4.1",
"angular-moment": "~0.7.1",
"angular-dropdowns": "https://github.com/miloszfalinski/angular-dropdowns.git#master",
"angular-deckgrid": "https://github.com/miloszfalinski/angular-deckgrid.git#custom-watcher-with-upstream-changes",
"angular-gestures": "latest",
"ng-clip": "~0.1.3",
"mgo-mousetrap": "https://github.com/mgonto/mgo-mousetrap.git",
"ngAnimate": "*",
"codemirror": "https://github.com/codemirror/CodeMirror.git#master",
"angular-ui-codemirror": "https://github.com/jparmenter/ui-codemirror.git",
"angular-bindonce": "~0.3.1",
"danialfarid-angular-file-upload": "~1.4.0"
},
"resolutions": {
"angular": "1.2.16"
}
}