UNPKG

grunt-lips

Version:
56 lines (55 loc) 1.22 kB
{ "name": "grunt-lips", "description": "local image placeholder service", "version": "4.1.5", "homepage": "https://github.com/ifahrentholz/grunt-lips", "repository": { "type": "git", "url": "https://github.com/ifahrentholz/grunt-lips.git" }, "author": { "name": "Ingo Fahrentholz", "email": "ingof.work@gmail.com", "url": "http://ifahrentholz.de" }, "keywords": [ "grunt local image placeholder service", "grunt image placeholder", "image placeholder", "image placeholder service", "image generator", "placeholder", "node", "local", "image", "placeholder", "service" ], "main": "Gruntfile.js", "engines": { "node": ">= 10.15.3" }, "license": "MIT", "devDependencies": { "extend-grunt-plugin": "0.1.0", "ghooks": "2.0.4", "grunt": "1.0.4", "grunt-contrib-nodeunit": "2.0.0", "load-grunt-tasks": "5.1.0" }, "scripts": { "commit": "npx git-cz", "test": "grunt nodeunit" }, "dependencies": { "node-img-placeholder": "4.1.6" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npm run test" } } }