ons
Version:
SDK of Node.js for Aliyun ONS (Aliyun Open Notification Service).
54 lines • 1.42 kB
JSON
{
"name": "ons",
"version": "4.1.0",
"description": "SDK of Node.js for Aliyun ONS (Aliyun Open Notification Service).",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha test/1_message.js test/3_thicken.js test/4_orig_log.js test/5_order_message.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XadillaX/aliyun-ons.git"
},
"files": [
"src/third_party/lib/linux/libonsclient4cpp.a",
"src/third_party/lib/windows/msvcp140.dll",
"src/third_party/lib/windows/ONSClient4CPP.dll",
"src/third_party/lib/windows/ONSClient4CPP.lib",
"src/third_party/lib/windows/ONSClient4CPP.pdb",
"example",
"lib",
"src",
"binding.gyp",
"index.js",
"package.json",
"README.md",
"README-zh_cn.md"
],
"keywords": [
"ons",
"aliyun",
"aliyun open notification service"
],
"author": "XadillaX <i@2333.moe>",
"license": "MIT",
"bugs": {
"url": "https://github.com/XadillaX/aliyun-ons/issues"
},
"homepage": "https://github.com/XadillaX/aliyun-ons#readme",
"dependencies": {
"blueimp-md5": "^2.7.0",
"eventemitter2": "^4.1.0",
"fs-extra": "^2.1.2",
"lei-stream": "^1.3.0",
"nan": "^2.6.2",
"node-watch": "^0.5.2",
"scarlet-task": "^1.0.0",
"spidex": "^2.2.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"mocha": "^3.3.0",
"should": "^11.2.1"
}
}