{ "name": "drone-wechat", "version": "1.1.6", "description": "drone wechat notification plugin", "main": "index.js", "scripts": { "test": "npm run eslint && npm run test-cov", "test-cov": "nyc ava test.js && nyc report --reporter=lcov --reporter=text-lcov", "eslint": "eslint index.js" }, "repository": { "type": "git", "url": "git+https://github.com/lizheming/drone-wechat.git" }, "keywords": [ "drone", "plugin", "wechat", "node" ], "author": "lizheming ", "license": "MIT", "bugs": { "url": "https://github.com/lizheming/drone-wechat/issues" }, "homepage": "https://github.com/lizheming/drone-wechat#readme", "dependencies": { "coveralls": "^3.0.2", "drone-render": "^1.0.2", "request": "^2.83.0", "request-promise-native": "^1.0.5" }, "devDependencies": { "ava": "^0.24.0", "eslint": "^4.14.0", "eslint-config-think": "^1.0.2", "mock-require": "^2.0.2", "nyc": "^11.4.1" } }