console-jpeg
Version:
Print JPEG images to terminal output
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "console-jpeg",
"version": "0.0.3",
"description": "Print JPEG images to terminal output",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "node test/test.js",
"compile": "babel src/ -d dist/",
"prepublish": "npm run compile"
},
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/CntChen/console-jpeg.git"
},
"keywords": [
"node",
"colors",
"jpeg"
],
"author": "CntChen",
"license": "MIT",
"bugs": {
"url": "https://github.com/CntChen/console-jpeg/issues"
},
"homepage": "https://github.com/CntChen/console-jpeg#readme",
"dependencies": {
"ansi-256-colors": "^1.1.0",
"babel-cli": "^6.14.0",
"babel-core": "^6.13.2",
"babel-loader": "^6.2.5",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-es2015-node5": "^1.2.0",
"babel-preset-stage-0": "^6.5.0",
"jpeg-js": "^0.2.0"
}
}