package.json 638 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "cidex",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "git@antrain.avenueduweb.fr:matchlive.git"
  12. },
  13. "author": "contact@jeremielibeau.fr",
  14. "license": "ISC",
  15. "dependencies": {
  16. },
  17. "devDependencies": {
  18. "grunt-contrib-clean": "^1.0.0",
  19. "grunt-contrib-concat": "^1.0.1",
  20. "grunt-contrib-copy": "^1.0.0",
  21. "grunt-contrib-watch": "^1.0.0",
  22. "grunt-sass": "^1.2.1",
  23. "grunt-symfony2": "^0.5.0",
  24. "grunt": "^0.4.5",
  25. "load-grunt-tasks": "^3.4.1"
  26. }
  27. }