package.json 442 B

123456789101112131415161718
  1. {
  2. "name": "taiga-app",
  3. "version": "2.0.3",
  4. "description": "This repository contains the Cloudron app package source for [Taiga](http://taigaio.github.io/).",
  5. "main": "json-merge.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "echo \"Error: no test specified\" && exit 1"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "ssh://git@git.tum.dk/tum.dk/taiga-app"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }