jpush-helper
Version:
JPush helper for Node.js
48 lines (47 loc) • 989 B
JSON
{
"name": "jpush-helper",
"version": "0.0.1",
"description": "JPush helper for Node.js",
"main": "index.js",
"scripts": {
"test": "mocha",
"test-cover": "istanbul cover _mocha -- -u exports"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magicdawn/node-jpush-helper.git"
},
"keywords": [
"jiguang",
"push",
"jpush",
"极光",
"极光推送"
],
"author": "magicdawn",
"license": "MIT",
"bugs": {
"url": "https://github.com/magicdawn/node-jpush-helper/issues"
},
"homepage": "https://github.com/magicdawn/node-jpush-helper#readme",
"dependencies": {
"debug": "^2.2.0",
"superagent": "^2.2.0"
},
"devDependencies": {
"ava": "^0.16.0",
"co-mocha": "^1.1.3",
"codecov": "^1.0.1",
"eslint": "^3.4.0",
"istanbul": "^0.4.5",
"mocha": "^3.0.2",
"should": "^11.1.0"
},
"files": [
"lib/",
"index.js",
"package.json",
"README.md",
"LICENSE"
]
}