mirror of https://gitee.com/antv-l7/antv-l7
25 lines
558 B
JSON
25 lines
558 B
JSON
{
|
|
"name": "null-loader",
|
|
"version": "0.1.1",
|
|
"description": "A loader that returns an empty module.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webpack/null-loader.git"
|
|
},
|
|
"keywords": [
|
|
"webpack",
|
|
"loader",
|
|
"empty"
|
|
],
|
|
"author": "Tobias Koppers @sokra",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/webpack/null-loader/issues"
|
|
},
|
|
"homepage": "https://github.com/webpack/null-loader"
|
|
}
|