-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 931 Bytes
/
package.json
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": "leadconduit-default",
"description": "LeadConduit default integration",
"author": "Alex Wolfe <[email protected]>",
"version": "2.9.12",
"main": "index.js",
"license": "CC-BY-NC-ND-4.0",
"repository": {
"type": "git",
"url": "https://github.com/activeprospect/leadconduit-integration-default.git"
},
"engines": {
"node": ">=0.8.1"
},
"scripts": {
"test": "mocha",
"fixlint": "eslint . --fix",
"lint": "eslint ."
},
"dependencies": {
"dotaccess": "^1.0.5",
"flat": "^5.0.2",
"ipaddr.js": "^2.0.1",
"is-valid-domain": "^0.1.6",
"leadconduit-integration": "^0.2.0",
"lodash": "^4.17.15",
"mime-content": "~0.0.8",
"mimeparse": "^0.1.4",
"private-ip": "^2.3.3",
"tlds": "^1.231.0",
"xmlbuilder": "^7.0.0"
},
"devDependencies": {
"@activeprospect/integration-dev-dependencies": "^1.1.5",
"sinon": "^18.0.0"
}
}