package.json 825 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "bitmap-sdf",
  3. "version": "1.0.4",
  4. "description": "Calculate SDF for image/bw-data/array",
  5. "main": "index.js",
  6. "devDependencies": {
  7. "bubleify": "^0.7.0",
  8. "enable-mobile": "^1.0.7"
  9. },
  10. "scripts": {
  11. "test": "budo test",
  12. "build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/dfcreative/bitmap-sdf.git"
  17. },
  18. "keywords": [
  19. "sdf",
  20. "signed-distance",
  21. "image-sdf",
  22. "bitmap",
  23. "bwdist",
  24. "tiny-sdf"
  25. ],
  26. "author": "Dima Yv <dfcreative@gmail.com>",
  27. "license": "MIT",
  28. "bugs": {
  29. "url": "https://github.com/dfcreative/bitmap-sdf/issues"
  30. },
  31. "homepage": "https://github.com/dfcreative/bitmap-sdf#readme"
  32. }