package.json 343 B

123456789101112131415
  1. {
  2. "name": "ovh-ovh",
  3. "version": "1.1.0",
  4. "project": "Ovh",
  5. "dependencies": {
  6. "grunt": "~0.4.1",
  7. "grunt-contrib-clean": "~0.5.0",
  8. "grunt-phpcs": "~0.2.2",
  9. "grunt-php": "~0.3.2",
  10. "grunt-phplint": "~0.0.5",
  11. "grunt-phpunit": "~0.3.3",
  12. "grunt-phpdocumentor": "~0.4.1",
  13. "grunt-contrib-watch ": "~0.6.1"
  14. }
  15. }