UNPKG

rothko

Version:

what color is your landscape

41 lines (40 loc) 893 B
{ "name": "histogram-analyze", "version": "1.1.4", "description": "make histogram and analyze it", "main": "dist/histogram-analyze.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/zeakd/histogram-analyze.js" }, "keywords": [ "analyze", "peak", "histogram", "convolution", "cv", "max", "min", "smoothing", "smooth", "flatten", "flat" ], "author": "appley", "license": "MIT License", "bugs": { "url": "https://github.com/zeakd/histogram-analyze.js/issues" }, "homepage": "https://github.com/zeakd/histogram-analyze.js", "devDependencies": { "chai": "^3.0.0", "gulp": "^3.9.0", "gulp-concat": "^2.5.2", "gulp-mocha": "^2.1.1", "gulp-mocha-phantomjs": "^0.6.1", "gulp-strip-debug": "^1.0.2" } }