package.json 337 B

123456789101112131415161718
  1. {
  2. "name": "buffa",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.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/buffa.git"
  15. },
  16. "author": "",
  17. "license": "ISC"
  18. }