easemob-sdk
Version:
nodejs sdk for easemob
46 lines (45 loc) • 974 B
JSON
{
"name": "easemob-sdk",
"version": "0.1.1",
"description": "nodejs sdk for easemob",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/istanbul test ./node_modules/.bin/_mocha -- -R spec -t 30000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leoliew/easemob-sdk.git"
},
"keywords": [
"im",
"chatroom",
"sdk",
"easemob"
],
"dependencies": {
"request": "2.65.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"async": "^1.5.0",
"coveralls": "^2.11.4",
"istanbul": "^0.4.0",
"mocha": "*",
"mocha-lcov-reporter": "^1.0.0",
"nyc": "^2.1.0",
"should": "*"
},
"author": [
"Leo Liu <zmliu0077@gmail.com>",
"Wayne Liang",
"Liman Wang"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/leoliew/easemob-sdk/issues"
},
"homepage": "https://github.com/leoliew/easemob-sdk#readme"
}