directory-tree-webpack-plugin
Version:
Store a JSON mapping of a directory.
36 lines (35 loc) • 844 B
JSON
{
"name": "directory-tree-webpack-plugin",
"version": "1.0.3",
"description": "Store a JSON mapping of a directory.",
"main": "src/index.js",
"scripts": {
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/skipjack/directory-tree-webpack-plugin.git"
},
"keywords": [
"webpack",
"plugin",
"directory-tree",
"directory",
"structure"
],
"author": "Greg Venech",
"license": "ISC",
"bugs": {
"url": "https://github.com/skipjack/directory-tree-webpack-plugin/issues"
},
"homepage": "https://github.com/skipjack/directory-tree-webpack-plugin#readme",
"dependencies": {
"directory-tree": "^2.0.0"
},
"devDependencies": {
"standard-version": "^9.3.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}