node-uuap
Version:
baidu uuap in nodejs
34 lines (33 loc) • 699 B
JSON
{
"name": "node-uuap",
"version": "1.0.8",
"description": "baidu uuap in nodejs",
"main": "index.js",
"scripts": {
"test": "npm run lint && npm run coverage"
},
"repository": {
"type": "git",
"url": "http://gitlab.baidu.com/liulangyu/node-uuap"
},
"keywords": [
"node-uuap",
"uuap",
"cas",
"uic"
],
"author": "liulangyu <liulangyu@baidu.com>",
"license": "MIT",
"engines": {
"node": ">=0.10"
},
"bugs": {
"url": "http://gitlab.baidu.com/liulangyu/node-uuap/issues"
},
"homepage": "http://gitlab.baidu.com/liulangyu/node-uuap",
"dependencies": {
"saber-lang": "^2.0.0",
"soap": "^0.9.1",
"xmlparser": "^0.1.0"
}
}