UNPKG

694 BJSONView Raw
1{
2 "name": "high-cdn-webpack-plugin",
3 "version": "1.0.8",
4 "description": "a high availability cdn plugin",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "build": "webpack"
9 },
10 "peerDependencies": {
11 "webpack": "^4.0.0"
12 },
13 "keywords": [],
14 "author": "console.logman@gmail.com",
15 "license": "MIT",
16 "dependencies": {
17 "cheerio": "^1.0.0-rc.9"
18 },
19 "devDependencies": {
20 "@babel/core": "^7.8.3",
21 "@babel/preset-env": "^7.8.3",
22 "autoprefixer": "^9.7.4",
23 "babel-loader": "^8.0.6",
24 "html-webpack-plugin": "^4.0.4",
25 "node-sass": "^4.13.1",
26 "webpack": "^4.41.5",
27 "webpack-cli": "^3.3.10"
28 }
29}