romanlex/app-manifest-webpack-plugin

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "app-manifest-webpack-plugin",
  "version": "1.2.2",
  "description": "Let webpack generate manifest files, all your favicons and icons for you",
  "author": "Roman Olin <ceo.roman@gmail.com> (https://github.com/romanlex)",
  "repository": {
    "type": "git",
    "url": "https://github.com/romanlex/app-manifest-webpack-plugin.git"
  },
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "lint": "eslint --ext .js lib test",
    "prepublishOnly": "npm run test",
    "posttest": "npm run lint",
    "test": "ava"
  },
  "keywords": [
    "webpack",
    "plugin",
    "html-webpack-plugin",
    "manifest",
    "favicon",
    "icon"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/romanlex/app-manifest-webpack-plugin/issues"
  },
  "homepage": "https://github.com/romanlex/app-manifest-webpack-plugin",
  "devDependencies": {
    "ava": "^0.25.0",
    "babel-eslint": "^8.2.3",
    "denodeify": "^1.2.1",
    "dir-compare": "^1.4.0",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.9.0",
    "eslint-config-semistandard": "^12.0.1",
    "eslint-config-standard": "^11.0.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-node": "^6.0.1",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-promise": "^3.8.0",
    "eslint-plugin-standard": "^3.1.0",
    "express": "^4.16.3",
    "html-webpack-plugin": "4.0.0-beta.5",
    "memory-fs": "^0.4.1",
    "shelljs": "^0.8.2",
    "prettier": "^1.13.4",
    "rimraf": "^2.6.2",
    "semistandard": "^12.0.1",
    "webpack": "^4.10.2",
    "webpack-dev-middleware": "^3.1.3"
  },
  "dependencies": {
    "favicons": "^5.1.1",
    "loader-utils": "^1.1.0"
  },
  "peerDependencies": {
    "webpack": "^2.0.0 || ^3.0.0 || ^4.0.0"
  },
  "engines": {
    "node": ">=6.14.1"
  }
}