-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 866 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "rollup-plugin-mxn-copy",
"main": "rollup-plugin-mxn-copy.js",
"description": "Rollup plugin for copying assets into the output directory of your bundle",
"version": "0.5.1",
"homepage": "https://github.com/ZimNovich/rollup-plugin-mxn-copy",
"license": "MIT",
"author": {
"name": "Ilya Zimnovich",
"email": "zimnovich@gmail.com"
},
"keywords": [
"rollup",
"rollup-plugin",
"bundle",
"copy",
"assets"
],
"dependencies": {
},
"deprecated": false,
"repository": {
"type": "git",
"url": "https://github.com/ZimNovich/rollup-plugin-mxn-copy"
},
"bugs": {
"url": "https://github.com/ZimNovich/rollup-plugin-mxn-copy/issues"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}