Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. {
  2. "name": "gdf-api",
  3. "version": "1.0.0",
  4. "description": "Optimisation de la gestion des paiements - Gestionnaire de factures",
  5. "main": "src/start.js",
  6. "scripts": {
  7. "local": "NODE_ENV=local-tests node_modules/.bin/gulp start",
  8. "start": "node_modules/.bin/gulp start",
  9. "start-no-dev-deps": "node_modules/.bin/gulp start --nc --nodevdeps",
  10. "test": "node_modules/.bin/gulp test",
  11. "test-jenkins": "export JUNIT_REPORT_PATH=./output/test-results/report.xml ; node_modules/.bin/gulp test",
  12. "test-units": "node_modules/.bin/gulp test-units",
  13. "test-load": "node_modules/.bin/gulp test-load",
  14. "compile": "node_modules/.bin/gulp compile",
  15. "clean": "node_modules/.bin/gulp compile clean",
  16. "debug": "node_modules/.bin/gulp debug",
  17. "watch": "node_modules/.bin/gulp watch",
  18. "editor": "node_modules/.bin/gulp editor",
  19. "validate": "node_modules/.bin/gulp validate",
  20. "docker": "node .docker/docker-local-debug.js",
  21. "lint": "node_modules/.bin/gulp lint",
  22. "lint-fix": "node_modules/.bin/gulp lint-fix",
  23. "tslint": "node_modules/.bin/gulp tslint",
  24. "tslint-fix": "node_modules/.bin/gulp tslint-fix",
  25. "prettier": "node_modules/.bin/gulp prettier",
  26. "prettier-fix": "node_modules/.bin/gulp prettier-fix"
  27. },
  28. "repository": {
  29. "type": "git",
  30. "url": "https://bitbucket.org/villemontreal/my-node-api"
  31. },
  32. "keywords": [
  33. "API",
  34. "REST",
  35. "Service",
  36. "Gabarit",
  37. "Template"
  38. ],
  39. "author": "Ville de Montréal",
  40. "license": "Copyright (C) Ville de Montréal - Tous droits réservés",
  41. "devDependencies": {
  42. "@types/body-parser": "1.16.5",
  43. "@types/chai": "4.0.4",
  44. "@types/config": "0.0.33",
  45. "@types/cors": "2.8.1",
  46. "@types/del": "3.0.0",
  47. "@types/exceljs": "0.5.2",
  48. "@types/express": "4.0.37",
  49. "@types/express-handlebars": "0.0.30",
  50. "@types/fs-extra": "4.0.2",
  51. "@types/glob": "5.0.33",
  52. "@types/gulp": "4.0.4",
  53. "@types/js-yaml": "3.9.1",
  54. "@types/lodash": "4.14.77",
  55. "@types/marked": "0.3.0",
  56. "@types/mocha": "2.2.43",
  57. "@types/node": "8.10.20",
  58. "@types/multer": "1.3.6",
  59. "@types/nodemailer": "4.6.0",
  60. "@types/pug": "2.0.4",
  61. "@types/run-sequence": "0.0.29",
  62. "@types/sinon": "2.3.6",
  63. "@types/supertest": "2.0.3",
  64. "@types/yargs": "8.0.2",
  65. "@villemontreal/lint-config-villemontreal": "1.1.0",
  66. "artillery": "1.6.0-10",
  67. "chai": "4.1.2",
  68. "gulp-nodemon": "2.2.1",
  69. "install": "0.10.2",
  70. "mocha": "4.0.1",
  71. "mocha-jenkins-reporter": "0.3.9",
  72. "node-mocks-http": "1.6.5",
  73. "npm": "5.5.1",
  74. "sinon": "4.0.1",
  75. "supertest": "3.0.0"
  76. },
  77. "dependencies": {
  78. "@villemontreal/core-correlation-id-nodejs-lib": "4.0.3",
  79. "@villemontreal/core-http-request-nodejs-lib": "4.0.1",
  80. "@villemontreal/core-jwt-validator-nodejs-lib": "5.0.0",
  81. "@villemontreal/core-utils-general-nodejs-lib": "4.0.3",
  82. "@villemontreal/core-utils-logger-nodejs-lib": "4.0.3",
  83. "@villemontreal/core-utils-mongo-nodejs-lib": "4.1.0",
  84. "autobind-decorator": "1.4.1",
  85. "body-parser": "1.18.2",
  86. "config": "1.26.2",
  87. "cors": "2.8.4",
  88. "del": "3.0.0",
  89. "excel4node": "1.3.6",
  90. "exceljs": "1.1.0",
  91. "express": "4.16.2",
  92. "express-handlebars": "3.0.0",
  93. "express-prom-bundle": "3.2.0",
  94. "fs-extra": "4.0.2",
  95. "glob": "7.1.2",
  96. "gulp": "3.9.1",
  97. "http-header-fields-typed": "1.2.1",
  98. "http-status-codes": "1.3.0",
  99. "js-yaml": "3.10.0",
  100. "lodash": "4.17.4",
  101. "marked": "0.3.6",
  102. "moment": "2.22.2",
  103. "multer": "1.3.0",
  104. "nodemailer": "4.6.4",
  105. "pug": "2.0.3",
  106. "raw-body": "2.3.2",
  107. "run-sequence": "2.2.0",
  108. "swagger-parser": "3.4.2",
  109. "typescript": "2.5.3",
  110. "yargs": "9.0.1"
  111. }
  112. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement