forked from mulesoft/api-designer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
24 lines (24 loc) · 748 Bytes
/
bower.json
File metadata and controls
24 lines (24 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "editor",
"version": "0.0.1",
"dependencies": {
"CodeMirror": "marijnh/CodeMirror",
"angular": "1.2.2",
"angular-cookies": "1.2.2",
"angular-resource": "1.2.2",
"angular-sanitize": "1.2.2",
"angular-bootstrap": "0.7.0",
"es5-shim": "~2.0.8",
"showdown": "~0.3.1",
"api-console": "mulesoft/api-console#172ef1b9e8ea671b31ed18765c9c01ab2120d3d2",
"raml-grammar": "mulesoft/raml-grammar#8d8e8424f17964d9ddc287c73ebc3a22a2bd2fba",
"raml-js-parser": "raml-org/raml-js-parser#a616fd4b6059bb1a5afcc5b9a7969c6ea846b60b"
},
"devDependencies": {
"sinonjs": "~1.7.1",
"angular-mocks": "1.2.2"
},
"resolutions": {
"raml-js-parser": "a616fd4b6059bb1a5afcc5b9a7969c6ea846b60b"
}
}