rothko
Version:
what color is your landscape
37 lines (36 loc) • 613 B
JSON
{
"name": "histogram-analyze",
"main": "dist/histogram-analyze.js",
"version": "1.1.4",
"homepage": "https://github.com/zeakd/histogram-analyze.js",
"authors": [
"zeakd <stuzeakd@kaist.ac.kr>"
],
"description": "make histogram and analyze it",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"analyze",
"peak",
"histogram",
"cv",
"max",
"min",
"smoothing",
"gaussian",
"median",
"flatten",
"flat"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}