forked from mulesoft/api-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
30 lines (30 loc) · 875 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
{
"name": "api-designer",
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft/api-designer.git"
},
"license": "CPAL 1.0",
"dependencies": {
"angular": "~1.3.17",
"angular-bootstrap": ">=0.11.0 <0.14.0",
"angular-ui-tree": "2.1.5",
"api-console": "mulesoft/api-console#v3.0.34",
"es5-shim": "~2.3.0",
"file-saver.js": "~1.20150304.1",
"font-awesome": "~4.0.3",
"json-schema-ref-parser": "xaka/json-schema-ref-parser#v2.2.1",
"jszip": "~2.0.0",
"promise-polyfill": "~6.0.2",
"crypto-js": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/crypto-js/CryptoJS%20v3.1.2.zip",
"js-polyfills": "0.1.42"
},
"devDependencies": {
"angular-mocks": ">=1.2.0 <1.4.0",
"sinonjs": "~1.7.1"
},
"resolutions": {
"angular": "~1.3.17"
}
}