Skip to content

Commit a2d5456

Browse files
author
David Milne
committed
fixed bower.json
1 parent b535ee7 commit a2d5456

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

bower.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
2-
"name": "angular-swagger",
3-
"main": "angular-swagger.js",
4-
"version": "0.0.2",
5-
"dependencies": {
6-
"angular": "latest",
7-
"angular-sanitize": "latest",
8-
"bootstrap": "latest",
9-
"angular-bootstrap": "latest",
10-
"showdown" : "latest",
11-
},
12-
"authors": [
13-
"David Milne <[email protected]>"
14-
],
15-
"description": "\"An angular module for presenting API documentation generated by Swagger\"",
16-
"keywords": [
17-
"angular",
18-
"swagger",
19-
"documentation"
20-
],
21-
"license": "MIT",
22-
"homepage": "http://dnmilne.github.io/angular-swagger",
23-
"ignore": [
24-
"**/.*",
25-
"node_modules",
26-
"bower_components",
27-
"test",
28-
"tests"
29-
]
30-
}
2+
"name": "angular-swagger",
3+
"main": "angular-swagger.js",
4+
"version": "0.0.2",
5+
"dependencies": {
6+
"angular": "latest",
7+
"angular-sanitize": "latest",
8+
"bootstrap": "latest",
9+
"angular-bootstrap": "latest",
10+
"showdown": "latest"
11+
},
12+
"authors": [
13+
"David Milne <[email protected]>"
14+
],
15+
"description": "\"An angular module for presenting API documentation generated by Swagger\"",
16+
"keywords": [
17+
"angular",
18+
"swagger",
19+
"documentation"
20+
],
21+
"license": "MIT",
22+
"homepage": "http://dnmilne.github.io/angular-swagger",
23+
"ignore": [
24+
"**/.*",
25+
"node_modules",
26+
"bower_components",
27+
"test",
28+
"tests"
29+
]
30+
}

0 commit comments

Comments
 (0)