1234567891011121314151617181920212223242526272829 |
- {
- "name": "fit-curve",
- "version": "0.1.4",
- "homepage": "https://github.com/soswow/fit-curve",
- "authors": [
- "Philip J. Schneider <original version>",
- "Volker Poplawski <Python port>",
- "Aleksandr Motsjonov <soswow@gmail.com>"
- ],
- "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"
- }
|