vue hello world项目
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

43 lines
1.0 KiB

{
"name": "progress-webpack-plugin",
"version": "1.0.12",
"description": "progress webpack plugin",
"main": "index.js",
"scripts": {
"test": "mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ali322/progress-webpack-plugin.git"
},
"keywords": [
"progress"
],
"author": "alichen",
"license": "MIT",
"bugs": {
"url": "https://github.com/ali322/progress-webpack-plugin/issues"
},
"homepage": "https://github.com/ali322/progress-webpack-plugin#readme",
"engines": {
"node": ">= 10.13.0"
},
"dependencies": {
"chalk": "^2.1.0",
"figures": "^2.0.0",
"log-update": "^2.1.0"
},
"peerDependencies": {
"webpack": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^3.5.0"
}
}