package.json 356 B

123456789101112131415161718
  1. {
  2. "name": "fis-fingerprint",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "directories": {
  6. "test": "test"
  7. },
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://git.swopt.com/enzo/Fis-Fingerprint.git"
  14. },
  15. "author": "",
  16. "license": "ISC",
  17. "description": ""
  18. }