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
26 lines (26 loc) · 791 Bytes
/
bower.json
File metadata and controls
26 lines (26 loc) · 791 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
25
26
{
"name": "api-designer",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "https://github.com/mulesoft/api-designer.git"
},
"license": "CPAL 1.0",
"dependencies": {
"angular": "~1.2.16",
"angular-bootstrap": "~0.10.0",
"angular-cookies": "~1.2.16",
"angular-resource": "~1.2.16",
"angular-sanitize": "~1.2.16",
"api-console": "mulesoft/api-console#bd15fe082ee0abf3a34fc2514e5cbadb1637c879",
"es5-shim": "~2.0.8",
"font-awesome": "~4.0.3",
"raml-grammar": "mulesoft/raml-grammar#cfc1e2bf2d0f7796848294dde61e821a52204a3d",
"raml-js-parser": "raml-org/raml-js-parser#3d7f702b618a99afcc56f85deb4693921af8bbe5",
"showdown": "~0.3.1"
},
"devDependencies": {
"angular-mocks": "1.2.16",
"sinonjs": "~1.7.1"
}
}