forked from dnmilne/angular-swagger
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
35 lines (35 loc) · 906 Bytes
/
bower.json
File metadata and controls
35 lines (35 loc) · 906 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
27
28
29
30
31
32
33
34
35
{
"name": "ng-swagger-ui",
"main": "ng-swagger-ui.js",
"version": "0.0.4",
"dependencies": {
"angular": "latest",
"angular-sanitize": "latest",
"bootstrap": "latest",
"angular-bootstrap": "latest",
"showdown": "latest"
},
"authors": [
"David Milne <david.milne@sydney.edu.au>",
"Vine Rustia <vinetech416@gmail.com>"
],
"description": "\"An angular module for presenting API documentation generated by Swagger\"",
"keywords": [
"angular",
"swagger",
"documentation"
],
"license": "MIT",
"homepage": "https://github.com/vineey/angular-swagger",
"repository": {
"type": "git",
"url": "git://github.com/vineey/angular-swagger.git"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}