15 lines
450 B
JSON
15 lines
450 B
JSON
|
|
{
|
||
|
|
"name": "babel-plugin-transform-remove-console",
|
||
|
|
"version": "6.9.4",
|
||
|
|
"description": "Remove all console.* calls.",
|
||
|
|
"keywords": [
|
||
|
|
"babel-plugin"
|
||
|
|
],
|
||
|
|
"homepage": "https://github.com/babel/minify#readme",
|
||
|
|
"bugs": "https://github.com/babel/minify/issues",
|
||
|
|
"license": "MIT",
|
||
|
|
"author": "amasad",
|
||
|
|
"main": "lib/index.js",
|
||
|
|
"repository": "https://github.com/babel/minify/tree/master/packages/babel-plugin-transform-remove-console"
|
||
|
|
}
|