UNPKG

466 BJSONView Raw
1{
2 "name": "rollup-plugin-copy",
3 "version": "0.1.3",
4 "description": "Simple rollup plugin to copy static assets over to you public directory",
5 "main": "index.js",
6 "repository": "https://github.com/meuter/rollup-plugin-copy.git",
7 "scripts": {
8 },
9 "keywords": [
10 "rollup",
11 "copy",
12 "plugin",
13 "rollup-plugin"
14 ],
15 "author": "Cédric Meuter <cedric.meuter@gmail.com>",
16 "license": "MIT",
17 "dependencies": {
18 "fs-extra": "^3.0.0"
19 }
20}