mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 08:45:28 +00:00
24 lines
562 B
JSON
24 lines
562 B
JSON
{
|
|
"name": "@vality/swag-analytics",
|
|
"version": "1.0.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"
|
|
}
|
|
}
|