forked from officert/mongotron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·35 lines (35 loc) · 854 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
{
"name": "Mongotron App",
"version": "0.0.1",
"homepage": "http://mongotron.io",
"dependencies": {
"angular-sanitize": "1.3.13",
"moment": "2.9.0",
"underscore": "1.8.2",
"jquery.splitter": "0.15.0",
"ng-prettyjson": "0.1.9",
"Keypress": "2.1.3",
"codemirror": "5.7.0",
"angular-ui-sortable": "0.13.4",
"angular-auto-grow-input": "0.0.3",
"angular": "1.4.8",
"angular-bootstrap": "0.14.3",
"bootstrap": "3.3.6",
"jquery": "2.1.4",
"font-awesome": "4.5.0",
"marked": "0.3.5",
"angular-vs-repeat": "1.1.4"
},
"devDependencies": {
"sinon": "1.11.1",
"angular-mocks": "1.4.8"
},
"resolutions": {
"angular": "1.4.8",
"moment": "2.9.0",
"angular-bootstrap": "0.14.3",
"bootstrap": "3.3.6",
"font-awesome": "4.5.0",
"angular-mocks": "~1.4.8"
}
}