UNPKG

is-xcf

Version:

Check if a buffer/Uint8Array is an XCF image

49 lines (48 loc) 937 B
{ "name": "is-xcf", "version": "0.0.8", "description": "Check if a buffer/Uint8Array is an XCF image", "main": "index.js", "scripts": { "test": "mocha", "browser": "browserify -s $npm_package_name -o browser_dist/is-xcf.js ." }, "repository": { "type": "git", "url": "https://github.com/pskupinski/is-xcf.git" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "keywords": [ "xcf", "graphics", "image", "pic", "picture", "photo", "type", "detect", "check", "is", "buffer", "array", "uint8array" ], "devDependencies": { "browserify": "~4.2.0", "mocha": "~1.20.0" }, "author": { "name": "Preston Skupinski", "email": "preston.skupinski@gmail.com" }, "license": "ISC", "bugs": { "url": "https://github.com/pskupinski/is-xcf/issues" }, "homepage": "https://github.com/pskupinski/is-xcf" }