Files
bio-concept-pharma/web/modules/paypal/package.json
2019-11-17 19:14:07 +01:00

25 lines
568 B
JSON

{
"name": "paypal",
"version": "4.4.6",
"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"
}
}