Son CV dans un terminal web en Javascript! https://terminal-cv.gregandev.fr
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
860 B

{
"name": "parcel-reporter-static-files-copy",
"version": "1.3.4",
"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://git@github.com/elwin013/parcel-reporter-static-files-copy.git"
},
"keywords": [
"parcel"
],
"author": "Kamil Banach <kontakt@elwin013.com>",
"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"
}
}