ias
Version:
A node client to interface with IAS soap web services
34 lines (33 loc) • 773 B
JSON
{
"name": "ias",
"version": "0.1.0",
"description": "A node client to interface with IAS soap web services",
"keywords": [
"ias",
"ias direct"
],
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/istanbul cover --report html ./node_modules/.bin/_mocha -- -R spec && istanbul check-coverage"
},
"author": "Chris Trailer <chris@autofi.io>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AutoFi/ias"
},
"devDependencies": {
"istanbul": "0.4.5",
"mocha": "3.4.2",
"decache": "4.1.0",
"sinon": "2.3.8"
},
"dependencies": {
"async": "2.5.0",
"debug": "2.6.8",
"lodash": "4.17.4",
"mustache": "2.3.0",
"request": "2.81.0",
"xml2js": "0.4.17"
}
}