-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.08 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
38
39
40
41
42
43
44
45
46
47
{
"name": "nuora",
"version": "1.0.41",
"preferGlobal": false,
"description": "Node with Zuora. Provides an API for working with and querying Zuora's SOAP API",
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec -r test/support/chai"
},
"repository": {
"type": "git",
"url": "https://github.com/node-zuora/nuora"
},
"keywords": [
"zuora",
"node",
"zuora soap api",
"query zuora",
"node with zuora",
"zuora api"
],
"devDependencies": {
"node-inspector": "*",
"jsdoc": "*",
"jsdom": "3.1.x",
"chai": "2.3.x",
"mocha": "2.2.x"
},
"dependencies": {
"colors": "*",
"libxml-to-js": "0.3.x",
"data2xml": "1.2.x",
"winston": "0.9.x",
"commander": "2.8.x"
},
"engine": {
"node": ">=0.10.x"
},
"author": {
"name": "Nick Riley",
"email": "nick@sparkida.com",
"url": "http://sparkida.com"
}
}