forked from JamesMessinger/swagger-suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
42 lines (42 loc) · 788 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
33
34
35
36
37
38
39
40
41
42
{
"name": "swagger-suite",
"version": "1.0.0",
"description": "No longer maintained. Please use https://github.com/swagger-api/swagger-node",
"keywords": [
"rest",
"json",
"yaml",
"api",
"spec",
"specification",
"contract",
"schema",
"editor",
"mock",
"fake",
"test",
"docs",
"documentation",
"server",
"express",
"connect",
"swagger",
"postman"
],
"authors": [
"James Messinger"
],
"main": "index.html",
"license": "MIT",
"homepage": "https://github.com/BigstickCarpet/swagger-suite",
"private": true,
"ignore": [
"**/.*",
"bower_components"
],
"dependencies": {
"bootstrap-sass-official": "~3.2.0",
"swagger-suite-editor": "*",
"swagger-suite-ui": "*"
}
}