mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-06 01:25:22 +00:00
24 lines
561 B
JSON
24 lines
561 B
JSON
{
|
|
"name": "@vality/swag-payments",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"build": "node ./scripts/build.js",
|
|
"swagger": "swagger-repo",
|
|
"test": "swagger-repo validate",
|
|
"start": "gulp serve"
|
|
},
|
|
"devDependencies": {
|
|
"connect": "^3.4.1",
|
|
"cors": "^2.7.1",
|
|
"deploy-to-gh-pages": "^1.1.0",
|
|
"gulp": "github:gulpjs/gulp",
|
|
"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.2.10"
|
|
}
|
|
}
|