-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 778 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 778 Bytes
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
33
34
35
36
37
{
"name": "node-mautic",
"version": "1.2.7",
"description": "A Node.js Mautic API implemented with ES6 + async/await",
"main": "MauticConnector.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vdavid/node-mautic.git"
},
"keywords": [
"mautic",
"node.js",
"es6",
"async",
"await",
"api",
"class",
"library"
],
"author": "David Veszelovszki",
"license": "Apache-2.0",
"dependencies": {
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"jest": "^27.3.1"
},
"bugs": {
"url": "https://github.com/vdavid/node-mautic/issues"
},
"homepage": "https://github.com/vdavid/node-mautic#readme",
"types": "index.d.ts"
}