package.json 500 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "buffa",
  3. "version": "1.0.1",
  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": "ssh://git@git.tum.dk/tum.dk/buffa.git"
  15. },
  16. "author": "",
  17. "license": "ISC",
  18. "dependencies": {
  19. "bs58": "^4.0.1"
  20. },
  21. "devDependencies": {
  22. "mocha": "*",
  23. "should": "*",
  24. "expect.js": "^0.3.1"
  25. },
  26. }