forked from mulesoft/api-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 858 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
{
"name": "api-console",
"version": "2.0.1",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft/api-console.git"
},
"dependencies": {
"angular": "~1.2.16",
"angular-highlightjs": "~0.3.2",
"angular-marked": "0.0.18",
"angular-ui-codemirror": "0.1.6",
"codemirror": "~3.15.0",
"crypto-js": "https://crypto-js.googlecode.com/files/CryptoJS%20v3.1.2.zip",
"highlight-js": "~7.0.1",
"jquery": "~2.1.1",
"marked": "~0.3.1",
"raml-js-parser": "raml-org/raml-js-parser#e1513e34388d6bb6558f5cb5b221c19f90e225e5",
"velocity": "~1.1.0",
"vkbeautify": "vkiryukhin/vkBeautify#ecfc3b9e2b911ad8ebd49600c4089aca30619f29",
"FileSaver": "*",
"jszip": "~2.0.0",
"raml-client-generator": "~0.0.7",
"slug": "~0.8.0"
},
"devDependencies": {
"angular-mocks": "~1.2.9"
}
}