UNPKG

imgdye

Version:
34 lines (33 loc) 759 B
{ "name": "imgdye", "version": "1.0.1", "description": "Tint PNG images using JavaScript.", "main": "imgdye.js", "scripts": { "test": "standard && mocha --reporter tap", "build": "uglifyjs imgdye.js --compress --mangle > imgdye.min.js" }, "repository": { "type": "git", "url": "git+https://github.com/dasilvacontin/imgdye.git" }, "keywords": [ "tint", "png", "images", "img", "dye" ], "author": "David da Silva", "license": "MIT", "bugs": { "url": "https://github.com/dasilvacontin/imgdye/issues" }, "homepage": "https://github.com/dasilvacontin/imgdye#readme", "devDependencies": { "chai": "^3.2.0", "mocha": "^2.2.5", "standard": "^5.1.0", "uglify-js": "^2.4.24" } }