{ "name": "fit-curve", "version": "0.1.4", "homepage": "https://github.com/soswow/fit-curve", "authors": [ "Philip J. Schneider ", "Volker Poplawski ", "Aleksandr Motsjonov " ], "repository": { "type": "git", "url": "https://github.com/soswow/fit-curve.git" }, "description": "JavaScript implementation of Philip J. Schneider's \"Algorithm for Automatically Fitting Digitized Curves\" from the book \"Graphics Gems\"", "main": "lib/fit-curve.js", "moduleType": [ "amd", "globals", "node" ], "ignore": [ "**/.*", "node_modules", "bower_components", "test", "package.json" ], "license": "MIT" }