channeladvisor
Version:
API wrapper for ChannelAdvisor's SOAP service
31 lines (30 loc) • 670 B
JSON
{
"name": "channeladvisor",
"version": "1.0.0",
"description": "API wrapper for ChannelAdvisor's SOAP service",
"main": "index.js",
"dependencies": {
"deepval": "^1.1.3",
"soap": "^0.19.1"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/wankdanker/node-channeladvisor.git"
},
"keywords": [
"channel",
"advisor",
"api",
"wrapper"
],
"author": "Dan VerWeire",
"license": "ISC",
"bugs": {
"url": "https://github.com/wankdanker/node-channeladvisor/issues"
},
"homepage": "https://github.com/wankdanker/node-channeladvisor"
}