forked from Silverpop/node-engage
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 839 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 839 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
{
"name": "engage-api",
"version": "0.1.2",
"description": "Library for interacting with Silverpop Engage API",
"main": "./lib/engage",
"directories": {
"lib": "./lib",
"doc": "./docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"silverpop",
"engage",
"api"
],
"author": "Joe Lafiosca <jlafiosc@us.ibm.com>",
"contributors": [
"Eric Hutson <ehutson@us.ibm.com>"
],
"license": "MIT",
"repository": "Silverpop/node-engage",
"bugs": "https://github.com/Silverpop/node-engage/issues",
"dependencies": {
"csv": "^0.4.1",
"js2xmlparser": "^0.1.9",
"oauth": "^0.9.12",
"ssh2": "^0.4.6",
"tmp": "0.0.25",
"xml2js": "^0.4.6"
}
}