Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "paypal",
"version": "4.5.0",
"description": "PayPal & Braintree official Module",
"directories": {
"doc": "202/doc"
},
"scripts": {
"doc-build": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml",
"doc-watch": "stylemark -i 202/doc -o 202/build/doc -c 202/doc/config.yml -w -b"
},
"repository": {
"type": "git",
"url": "https://github.com/202-ecommerce/paypal/"
},
"keywords": [
"PayPal",
"Braintree"
],
"homepage": "https://github.com/",
"devDependencies": {
"stylemark": "^3.0.3"
}
}