forked from OAI/OpenAPI-Specification
- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
24 lines (24 loc) · 529 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 529 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
{
"private": true,
"scripts": {
"test": "gulp lint && mocha"
},
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"glob": "^7.0.0",
"gulp": "~3.8.x",
"gulp-ext-replace": "^0.1.0",
"gulp-jsonlint": "0.0.3",
"gulp-util": "^3.0.0",
"gulp-yaml": "0.0.3",
"js-yaml": "^3.1.0",
"json-schema-ref-parser": "^2.2.0",
"json2yaml": "^1.0.3",
"jsonschema": "^1.0.0",
"lodash": "^4.5.1",
"map-stream": "^0.1.0",
"mocha": "^2.4.5",
"z-schema": "^3.16.1"
}
}