Tidy up for npm: Stage 1/2
Showing
{ | ||
"name": "ramer-douglas-peucker", | ||
"version": "0.0.1", | ||
"description": "An implementation of the ramer-douglas-peucker algorithm.", | ||
"main": "ramer-douglas-peucker.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sbrl/ramer-douglas-peucker.git" | ||
}, | ||
"keywords": [ | ||
"algorithm", | ||
"line", | ||
"simplification", | ||
"ramer", | ||
"douglas", | ||
"peucker" | ||
], | ||
"author": "Starbeamrainbowlabs", | ||
"license": "MPL-2.0", | ||
"bugs": { | ||
"url": "https://github.com/sbrl/ramer-douglas-peucker/issues" | ||
}, | ||
"homepage": "https://github.com/sbrl/ramer-douglas-peucker#readme", | ||
"dependencies": { | ||
"es6-event-emitter": "^1.10.2", | ||
"keycodes": "github:sbrl/keycodes#patch-1" | ||
} | ||
"name": "visvalingam-simplifier", | ||
"version": "0.1.0", | ||
"description": "An implementation of visvalingam's line simplification algorithm.", | ||
"main": "ramer-douglas-peucker.js", | ||
"directories": { | ||
"lib": "lib" | ||
}, | ||
"scripts": { | ||
"test": "echo \"Error: no tests have been written yet!\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/sbrl/line-simplification.git" | ||
}, | ||
"keywords": [ | ||
"algorithm", | ||
"line", | ||
"simplification", | ||
"visvalingam" | ||
], | ||
"author": "Starbeamrainbowlabs", | ||
"license": "MPL-2.0", | ||
"bugs": { | ||
"url": "https://github.com/sbrl/line-simplification/issues" | ||
}, | ||
"homepage": "https://github.com/sbrl/line-simplification#readme", | ||
"dependencies": { | ||
"es6-event-emitter": "^1.10.2", | ||
"keycodes": "github:sbrl/keycodes#patch-1" | ||
} | ||
} |
Please register or sign in to comment