-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
35 lines (35 loc) · 974 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": "rationalecap",
"version": "0.0.0",
"dependencies": {
"angular": "~1.4.0",
"json3": "~3.3.1",
"es5-shim": "~3.0.1",
"bootstrap": "^3.3.7",
"angular-resource": "~1.4.0",
"angular-cookies": "~1.4.0",
"angular-sanitize": "~1.4.0",
"angular-bootstrap": "~0.13.0",
"font-awesome": ">=4.1.0",
"lodash": "~2.4.1",
"angular-ui-router": "~0.4.2",
"angular-modal-service": "^0.11.0",
"angular-messages": "^1.6.3",
"diff2html": "^2.3.0",
"highlightjs": "^9.10.0",
"jsplumb": "^2.3.2",
"angular-ui-sortable": "^0.17.0",
"angular-drag-and-drop-lists": "^2.1.0",
"angular-validation-match": "~1.5.2",
"angular-material": "^1.1.3",
"dom-to-image": "^2.5.2",
"socket.io-client": "^2.0.2",
"angular-socket-io": "^0.7.0",
"typeahead.js": "^0.11.1",
"bootstrap-tagsinput": "^0.8.0",
"ng-tags-input": "^3.2.0"
},
"devDependencies": {
"angular-mocks": "~1.4.0"
}
}