forked from signalfx/swagger-validate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 784 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
{
"name": "swagger-validate",
"version": "0.1.7",
"description": "Detailed validation of objects against a given swagger spec",
"keywords": [
"swagger",
"api",
"validator",
"validation"
],
"main": [
"dist/validate-swagger-model.js"
],
"homepage": "https://github.com/signalfx/swagger-validate",
"authors": [
"Ozan Turgut <[email protected]>"
],
"moduleType": [
"amd",
"node",
"globals"
],
"license": "APACHE 2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"example",
"src",
"dev",
"build",
"package.json",
"gulpfile.js",
"package.json"
],
"repository": {
"type": "git",
"url": "[email protected]:signalfx/swagger-validate.git"
},
"dependencies": {}
}