-
Notifications
You must be signed in to change notification settings - Fork 4
/
bower.json
32 lines (32 loc) · 851 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
31
32
{
"name": "angular-swagger",
"main": ["dist/angular-swagger.js", "dist/angular-swagger.css"],
"version": "0.0.5",
"dependencies": {
"angular": "latest",
"angular-sanitize": "latest",
"angular-bootstrap": "latest",
"bootstrap": "latest",
"markdown-it": "latest",
"font-awesome": "latest",
"lodash": "latest"
},
"authors": [
"David Milne <david.milne@sydney.edu.au>"
],
"description": "\"An angular module for presenting API documentation generated by Swagger\"",
"keywords": [
"angular",
"swagger",
"documentation"
],
"license": "MIT",
"homepage": "http://dnmilne.github.io/angular-swagger",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}