package.json 536 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "buffa",
  3. "version": "1.0.3",
  4. "description": "",
  5. "main": "index.js",
  6. "directories": {
  7. "test": "test"
  8. },
  9. "scripts": {
  10. "test": "mocha"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://git.tum.dk/tum.dk/buffa.git"
  15. },
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "bs58": "^4.0.1",
  20. "tape": "^4.11.0"
  21. },
  22. "devDependencies": {
  23. "expect.js": "^0.3.1",
  24. "mocha": "^6.2.1",
  25. "should": "^13.2.3"
  26. }
  27. }