-
-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
33 lines (33 loc) · 825 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
33
{
"author": {
"name": "Kamil Banach",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/elwin013/parcel-plugin-static-files-copy/issues"
},
"dependencies": {
"minimatch": "3.0.4",
"path": "0.12.7"
},
"deprecated": false,
"description": "ParcelJS plugin to copy static files from static dir to bundle directory.",
"devDependencies": {
"eslint": "5.12.0"
},
"homepage": "https://github.com/elwin013/parcel-plugin-static-files-copy#readme",
"keywords": [
"parcel"
],
"license": "MIT",
"main": "index.js",
"name": "parcel-plugin-static-files-copy",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/elwin013/parcel-plugin-static-files-copy.git"
},
"scripts": {
"test": "eslint index.js"
},
"version": "2.6.0"
}