mirror of
https://github.com/valitydev/swag-questionary.git
synced 2024-11-06 08:35:19 +00:00
26 lines
594 B
JSON
26 lines
594 B
JSON
{
|
|
"name": "RBKmoney-questionary-swag",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"bower": "^1.7.7",
|
|
"connect": "^3.4.1",
|
|
"cors": "^2.7.1",
|
|
"deploy-to-gh-pages": "^1.1.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-connect": "^4.2.0",
|
|
"gulp-util": "^3.0.7",
|
|
"json-merge-patch": "^0.2.3",
|
|
"portfinder": "^1.0.3",
|
|
"shelljs": "^0.7.0",
|
|
"swagger-repo": "^1.0.0",
|
|
"swagger-ui": "^2.1.4"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node ./scripts/build.js",
|
|
"swagger": "swagger-repo",
|
|
"test": "swagger-repo validate",
|
|
"start": "gulp serve"
|
|
}
|
|
}
|