UNPKG

apple-touch-icons-webpack-plugin

Version:

a webpack plugin for automatically creating apple touch icons and launch screens

38 lines (37 loc) 971 B
{ "name": "apple-touch-icons-webpack-plugin", "version": "1.2.0", "description": "a webpack plugin for automatically creating apple touch icons and launch screens", "license": "MIT", "repository": "mithereal/apple-touch-icons-webpack-plugin", "author": { "name": "Jason Clark", "email": "mithereal@gmail.com", "url": "" }, "homepage": "https://github.com/mithereal/apple-touch-icons-webpack-plugin", "bugs": "https://github.com/mithereal/apple-touch-icons-webpack-plugin/issues", "main": "src/index.js", "scripts": { "start": "node bin/bundle.js ", "build": "webpack " }, "dependencies": { "fs": "0.0.1-security", "imagemagick-convert": "^1.0.3", "path": "^0.12.7" }, "devDependencies": { "webpack": "4.41.0", "webpack-cli": "3.3.9" }, "keywords": [ "apple-touch-icons", "apple-touch", "apple", "apple-icons", "ipad-icons", "apple-launch-screen", "launch-screen" ] }