UNPKG

rothko

Version:

what color is your landscape

51 lines (50 loc) 1.16 kB
{ "name": "rothko", "version": "0.1.3", "description": "what color is your landscape", "main": "dist/rothko.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/zeakd/rothko.js.git" }, "keywords": [ "rothko", "color", "painting", "canvas", "image", "node-canvas", "pick", "impressive", "impression" ], "author": "zeakd <stuzeakd@kaist.ac.kr>", "license": "MIT", "bugs": { "url": "https://github.com/zeakd/rothko.js/issues" }, "homepage": "https://github.com/zeakd/rothko.js#readme", "dependencies": { "chroma-js": "^1.1.1", "drawing-kit": "^0.1.0", "histogram-analyze": "^1.1.4" }, "devDependencies": { "browser-sync": "^2.10.1", "canvas": "^1.2.3", "chai": "^3.0.0", "gulp": "^3.9.0", "gulp-bump": "^1.0.0", "gulp-concat": "^2.6.0", "gulp-mocha": "^2.1.1", "gulp-mocha-phantomjs": "^0.6.1", "gulp-run": "^1.6.12", "gulp-sass": "^2.1.1", "gulp-strip-debug": "^1.0.2", "gulp-uglify": "^1.5.1", "run-sequence": "^1.1.5" } }