baboon-image
Version:
The baboon test image
36 lines (35 loc) • 754 B
JSON
{
"name": "baboon-image",
"version": "2.1.0",
"description": "The baboon test image",
"main": "baboon.js",
"scripts": {
"test": "node test.js",
"build": "ndpack-image baboon.png > baboon.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/baboon-image.git"
},
"keywords": [
"baboon",
"mandrill",
"test",
"image",
"mandril",
"ndarray"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/baboon-image/issues"
},
"homepage": "https://github.com/mikolalysenko/baboon-image",
"dependencies": {
"ndpack-image": "^3.0.0"
},
"devDependencies": {
"ndarray-imshow": "^1.0.0",
"tape": "^4.6.3"
}
}