jpush-sdk-cube
Version:
JPush's officially supported Node.js client library.
39 lines (38 loc) • 807 B
JSON
{
"name": "jpush-sdk-cube",
"version": "3.2.2",
"description": "JPush's officially supported Node.js client library.",
"main": "index.js",
"scripts": {
"test": "mocha -t 50000 --reporter spec"
},
"keywords": [
"jpush",
"JPush API",
"push",
"极光推送"
],
"author": "jpush",
"license": "MIT",
"dependencies": {
"popularcrypto": "0.0.2"
},
"devDependencies": {
"mocha": "~1.12.1",
"should": "~1.2.2",
"faker-zh-cn": "~0.5.8",
"assert": "1.1.2"
},
"homepage": "https://www.jpush.cn/",
"repository": {
"type": "git",
"url": "git@github.com:jpush/jpush-api-nodejs-client.git"
},
"bugs": {
"url": "https://github.com/jpush/jpush-api-nodejs-client/issues"
},
"directories": {
"doc": "doc",
"test": "test"
}
}