mirror of https://gitee.com/antv-l7/antv-l7
17 lines
401 B
JSON
17 lines
401 B
JSON
{
|
|
"name": "gatsby-plugin-copy-files",
|
|
"version": "1.0.3",
|
|
"description": "Copies files from source to destination.",
|
|
"main": "gatsby-node.js",
|
|
"repository": "https://github.com/jacobmischka/gatsby-plugin-copy-files",
|
|
"author": "Jacob Mischka <jacob@mischka.me>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fs-extra": "^4.0.0"
|
|
},
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin"
|
|
]
|
|
}
|