dummy-image
Version:
Dummy image for frontend development
34 lines (33 loc) • 820 B
JSON
{
"name": "dummy-image",
"version": "0.2.2",
"description": "Dummy image for frontend development",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node scripts/download-binary.js"
},
"repository": {
"type": "git",
"url": "https://github.com/claudetech/node-dummy-image"
},
"keywords": [
"dummy",
"image",
"placeholder"
],
"author": "Daniel Perez <tuvistavie@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/claudetech/node-dummy-image/issues"
},
"homepage": "https://github.com/claudetech/node-dummy-image",
"dependencies": {
"async": "^0.9.0",
"fs-extra": "^0.12.0",
"lodash": "^2.4.1",
"request": "^2.46.0",
"tar": "^1.0.1",
"unzip": "^0.1.11"
}
}