Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
{
"name": "png-js",
"description": "A PNG decoder in JavaScript",
"version": "1.0.0",
"author": {
"name": "Devon Govett",
"email": "devongovett@gmail.com",
"url": "http://badassjs.com/"
},
"repository": {
"type": "git",
"url": "https://github.com/devongovett/png.js.git"
},
"bugs": "http://github.com/devongovett/png.js/issues",
"devDependencies": {
"jest": "^24.1.0",
"prettier": "^1.16.4"
},
"scripts": {
"test": "jest",
"prettier": "prettier test/**/*.js png-node.js png.js --write"
},
"main": "png-node.js",
"engine": [
"node >= v0.6.0"
],
"jest": {
"setupFiles": [
"/test/patch-canvas.js",
"/zlib.js",
"/png.js"
]
}
}