forked from szrenwei/inline-manifest-webpack-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1 KB
/
package.json
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
28
29
30
31
32
33
34
35
36
37
{
"name": "webpack-inline-manifest-plugin",
"version": "4.0.2",
"description": "inline your Webpack manifest.js with a script tag to save http request",
"main": "index.js",
"scripts": {
"lint": "npm run eslint --debug -v --color --ext .js",
"eslint": "eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/almothafar/webpack-inline-manifest-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"manifest",
"runtime",
"webpack-inline-manifest-plugin"
],
"author": "Al-Mothafar Al-Hasan <[email protected]> (https://github.com/almothafar)",
"license": "MIT",
"homepage": "https://github.com/almothafar/webpack-inline-manifest-plugin",
"dependencies": {
"source-map-url": "0.4.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.1.0"
},
"peerDependencies": {
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.0.0"
}
}