aboutsummaryrefslogtreecommitdiff
path: root/node_modules/last-call-webpack-plugin/package.json
blob: ec4ccfdd1d7d9f02aceacad00f96668733f5d700 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
  "name": "last-call-webpack-plugin",
  "version": "3.0.0",
  "author": "Nuno Rodrigues",
  "description": "A Webpack plugin that allows to transform \\ modify assets just before Webpack emits them.",
  "dependencies": {
    "lodash": "^4.17.5",
    "webpack-sources": "^1.1.0"
  },
  "main": "src/index.js",
  "homepage": "http://github.com/NMFR/last-call-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "http://github.com/NMFR/last-call-webpack-plugin.git"
  },
  "keywords": [
    "transform",
    "modify",
    "manipulate",
    "optimize",
    "prefix",
    "sufix",
    "webpack",
    "assets"
  ],
  "license": "MIT"
}