strong-soap
Version:
A minimal node SOAP client
69 lines (68 loc) • 1.67 kB
JSON
{
"name": "strong-soap",
"version": "1.11.0",
"description": "A minimal node SOAP client",
"engines": {
"node": ">=6.0"
},
"dependencies": {
"compress": "^0.99.0",
"debug": "^3.1.0",
"httpntlm": "^1.6.1",
"lodash": "^4.13.1",
"optional": "^0.1.3",
"path": "^0.12.7",
"request": "^2.72.0",
"sax": "^1.2",
"selectn": "^1.0.20",
"strong-globalize": "^3.2.0",
"uuid": "^3.2.1",
"xml-crypto": "^0.10.1",
"xmlbuilder": "^9.0.4"
},
"optionalDependencies": {
"ursa": "^0.9.4"
},
"repository": {
"type": "git",
"url": "https://github.com/strongloop/strong-soap.git"
},
"main": "./index.js",
"directories": {
"lib": "./lib"
},
"scripts": {
"toc": "doctoc Readme.md --github --maxlevel 3",
"_pretest": "jshint index.js lib test",
"coveralls": "nyc report --reporter=text-lcov | coveralls -v",
"test": "nyc mocha --exit --timeout 60000 test/*-test.js test/security/*.js",
"citest": "npm test",
"postcitest": "npm run coveralls",
"pretest": "babel src -d lib",
"prepare": "babel src -d lib"
},
"keywords": [
"soap"
],
"license": "MIT",
"devDependencies": {
"async": "^2.0.1",
"babel-cli": "^6.9.0",
"babel-preset-env": "^1.6.1",
"colors": "^1.1.2",
"coveralls": "^3.0.0",
"diff": "^3.4.0",
"doctoc": "^1.3.1",
"duplexer": "^0.1.1",
"eslint": "^4.18.2",
"eslint-config-google": "^0.9.1",
"glob": "^7.0.3",
"jshint": "^2.9.5",
"mocha": "^5.0.0",
"nyc": "^11.4.1",
"readable-stream": "^2.1.4",
"semver": "^5.1.0",
"should": "^13.2.1",
"timekeeper": "^2.0.0"
}
}