Skip to content

Commit 151e3ad

Browse files
committed
Prep package.json for schema publishing
1 parent 532e2b2 commit 151e3ad

File tree

1 file changed

+16
-25
lines changed

1 file changed

+16
-25
lines changed

package.json

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,24 @@
11
{
2-
"name": "swagger-validator",
3-
"version": "0.0.1",
4-
"description": "validates a file",
2+
"name": "oas-schemas",
3+
"version": "2.0.0",
4+
"description": "OpenAPI Specification JSON schemas",
55
"author": {
6-
"name": "Tony Tam",
7-
"email": "[email protected]",
8-
"url": "http://swagger.io"
6+
"name": "OpenAPI Initiative TSC",
7+
"email": "[email protected]",
8+
"url": "https://openapis.org/"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/OAI/OpenAPI-Specification.git"
913
},
1014
"license": "Apache-2.0",
1115
"readmeFilename": "README.md",
12-
"dependencies": {
13-
"tv4": "~1.1.x",
14-
"chai": "1.9.x"
15-
},
16+
"files": [
17+
"README.md",
18+
"schemas/*"
19+
],
20+
"dependencies": {},
1621
"devDependencies": {
17-
"glob": "^4.0.5",
18-
"gulp": "~3.8.x",
19-
"gulp-ext-replace": "^0.1.0",
20-
"gulp-jsonlint": "0.0.3",
21-
"gulp-util": "^3.0.0",
22-
"gulp-yaml": "0.0.3",
23-
"js-yaml": "^3.1.0",
24-
"json2yaml": "^1.0.3",
25-
"jsonschema": "^1.0.0",
26-
"map-stream": "^0.1.0",
27-
"mdv": "^1.0.3",
28-
"mocha": "^1.21.3",
29-
"q": "^1.0.1",
30-
"request": "^2.39.0",
31-
"z-schema": "^2.4.9"
22+
"mdv": "^1.0.7"
3223
}
3324
}

0 commit comments

Comments
 (0)