gulp-mson-to-json-schema
Version:
Generate JSON Schema files from API Blueprint’s MSON
43 lines (42 loc) • 897 B
JSON
{
"name": "gulp-mson-to-json-schema",
"version": "1.1.1",
"description": "Generate JSON Schema files from API Blueprint’s MSON",
"license": "MIT",
"bugs": {
"url": "https://github.com/pushred/gulp-mson-to-json-schema/issues"
},
"author": {
"name": "Eric Lanehart",
"email": "eric@pushred.co",
"url": "http://www.pushtheredbutton.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pushred/gulp-mson-to-json-schema.git"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"keywords": [
"gulp",
"gulpplugin",
"api-blueprint",
"mson",
"json-schema"
],
"dependencies": {
"boutique": "^0.1.7",
"gulp-util": "^3.0.4",
"object-path": "^0.9.2",
"protagonist": "^0.19.3",
"through2": "^0.6.5"
},
"devDependencies": {
"lab": "^5.8.0",
"vinyl-fs": "^1.0.0"
}
}