Spaces:
Sleeping
Sleeping
| { | |
| "name": "bitmap-sdf", | |
| "version": "1.0.4", | |
| "description": "Calculate SDF for image/bw-data/array", | |
| "main": "index.js", | |
| "devDependencies": { | |
| "bubleify": "^0.7.0", | |
| "enable-mobile": "^1.0.7" | |
| }, | |
| "scripts": { | |
| "test": "budo test", | |
| "build": "browserify test.js -g bubleify | indexhtmlify | metadataify | github-cornerify > index.html" | |
| }, | |
| "repository": { | |
| "type": "git", | |
| "url": "git+https://github.com/dfcreative/bitmap-sdf.git" | |
| }, | |
| "keywords": [ | |
| "sdf", | |
| "signed-distance", | |
| "image-sdf", | |
| "bitmap", | |
| "bwdist", | |
| "tiny-sdf" | |
| ], | |
| "author": "Dima Yv <dfcreative@gmail.com>", | |
| "license": "MIT", | |
| "bugs": { | |
| "url": "https://github.com/dfcreative/bitmap-sdf/issues" | |
| }, | |
| "homepage": "https://github.com/dfcreative/bitmap-sdf#readme" | |
| } | |