UNPKG

percentile-struct

Version:
33 lines 764 B
{ "name": "percentile-struct", "description": "Percentile structure", "version": "0.1.1", "homepage": "https://github.com/imbcmdth/percentile-struct", "repository": { "type": "git", "url": "git://github.com/imbcmdth/percentile-struct.git" }, "author": { "name": "Jon-Carlos Rivera", "email": "jon.carlos.rivera@gmail.com", "url": "http://jon-carlos.com" }, "keywords": [ "percentile", "linear interpolation", "look up table", "LUT" ], "main": "./lib", "dependencies":{ "histogram-struct": "0.1.x", "lut-struct": "0.1.x" }, "devDependencies": { "mocha": "1.8.1" }, "scripts": { "test": "./node_modules/mocha/bin/mocha test" }, "license": "MIT" }