forked from yasemincidem/webpack-clear-console
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 801 Bytes
/
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
{
"name": "webpack-clear-console",
"version": "1.0.2",
"description": "Webpack clear console plugin",
"main": "webpack-clear-console.js",
"devDependencies": {
"webpack": "^1.12.4",
"webpack-dev-server": "^1.12.1"
},
"scripts": {
"start": "webpack-dev-server --hot --inline",
"test": "webpack-dev-server --config webpack.test.config.js",
"build": "webpack --progress --profile --colors --config demo/webpack.config.js"
},
"repository": {
"type": "git",
"url": "https://github.com/yasemincidem/webpack-clear-console"
},
"keywords": [
"webpack","console", "log", "debugging", "remove"
],
"author": "Yasemin Çidem <yasemincidem@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/yasemincidem/webpack-clear-console"
}
}