forked from mulesoft/api-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 1.11 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
32
33
34
35
{
"name": "api-console",
"version": "3.0.19",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft/api-console.git"
},
"ignore": [
"Dockerfile"
],
"dependencies": {
"angular": "~1.3.17",
"angular-highlightjs": "~0.3.2",
"angular-marked": "0.0.18",
"angular-sanitize": "~1.3.17",
"angular-ui-codemirror": "0.1.6",
"codemirror": "~4.2.0",
"crypto-js": "https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/crypto-js/CryptoJS%20v3.1.2.zip",
"FileSaver": "eligrey/FileSaver.js#683f689326c231002164621dc8a6451df4e86e8a",
"highlight-js": "~7.0.1",
"jquery": "~2.1.1",
"jszip": "~2.0.0",
"marked": "~0.3.1",
"raml-client-generator": "~0.0.7",
"raml-1-parser": "https://github.com/raml-org/raml-js-parser-2/releases/download/1.1.26/raml-1-parser.zip",
"resolve-url": "~0.2.1",
"slug": "~0.8.0",
"velocity": "~1.1.0",
"vkbeautify": "vkiryukhin/vkBeautify#ecfc3b9e2b911ad8ebd49600c4089aca30619f29",
"js-traverse": "traverse#^0.6.7"
},
"devDependencies": {
"angular-mocks": ">=1.2.0 <1.4.0"
}
}