package.json 673 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "cable-desktop",
  3. "repository": "https://github.com/WhisperSystems/Signal-Desktop.git",
  4. "version": "0.0.0",
  5. "devDependencies": {
  6. "bower": "^1.3.12",
  7. "grunt": "^0.4.5",
  8. "grunt-cli": "^0.1.13",
  9. "grunt-contrib-concat": "^0.5.0",
  10. "grunt-contrib-connect": "^0.9.0",
  11. "grunt-contrib-copy": "^0.8.0",
  12. "grunt-contrib-jshint": "^0.10.0",
  13. "grunt-contrib-sass": "^0.8.1",
  14. "grunt-contrib-watch": "^0.6.1",
  15. "grunt-exec": "^0.4.6",
  16. "grunt-gitinfo": "^0.1.7",
  17. "grunt-jscs": "^1.1.0",
  18. "grunt-preen": "^1.0.0",
  19. "grunt-saucelabs": "^8.3.3"
  20. },
  21. "scripts": {
  22. "test": "grunt test",
  23. "lint": "grunt jshint"
  24. }
  25. }