-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:node-zuora/nuora
- Loading branch information
Showing
2 changed files
with
68 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,47 @@ | ||
{ | ||
"name": "nuora", | ||
"version": "1.0.341", | ||
"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", | ||
"name": "nuora", | ||
"version": "1.0.341", | ||
"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" | ||
} | ||
], | ||
"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" | ||
} | ||
} |