12345678910111213141516171819202122 |
- {
- "name": "@mightyplow/inject-assets-webpack-plugin",
- "version": "1.1.1",
- "description": "webpack plugin to inject built assets into a file",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.mightyplow.net/mightyplow/inject-assets-webpack-plugin"
- },
- "keywords": [
- "webpack",
- "assets"
- ],
- "author": "mightyplow@gmail.com",
- "license": "ISC",
- "peerDependencies": {
- "webpack": "^4.0.0"
- }
- }
|