-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
32 lines (32 loc) · 860 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": "parcel-reporter-static-files-copy",
"version": "1.5.3",
"description": "ParcelJS v2 plugin to copy static files from static dir to bundle directory.",
"main": "index.js",
"scripts": {
"test": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/elwin013/parcel-reporter-static-files-copy.git"
},
"keywords": [
"parcel"
],
"author": "Kamil Banach <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/elwin013/parcel-reporter-static-files-copy/issues"
},
"homepage": "https://github.com/elwin013/parcel-reporter-static-files-copy#readme",
"engines": {
"parcel": "^2.0.0-beta.1"
},
"dependencies": {
"@parcel/plugin": "^2.0.0-beta.1"
},
"devDependencies": {
"@parcel/types": "^2.0.0-beta.1",
"eslint": "5.12.0"
}
}