dolibarr/dev/examples/zapier/package.json

25 lines
565 B
JSON
Raw Permalink Normal View History

2019-05-19 21:12:22 +02:00
{
2020-10-25 09:22:51 +01:00
"name": "dolibarr",
"version": "1.14.0",
2019-05-19 21:12:22 +02:00
"description": "An app for connecting Dolibarr to the Zapier platform.",
2019-05-19 21:49:34 +02:00
"repository": "Dolibarr/dolibarr",
2020-10-25 09:22:51 +01:00
"homepage": "https://www.dolibarr.org/",
"author": "Frédéric France <frederic.france@free.fr>",
2019-05-19 21:12:22 +02:00
"license": "BSD-3-Clause",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"engines": {
"node": "14.0.0",
2019-05-19 21:12:22 +02:00
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "15.0.1"
2019-05-19 21:12:22 +02:00
},
"devDependencies": {
"mocha": "^5.2.0",
"should": "^13.2.0"
}
}