Files
plugin-drone-wechat2/package.json
T
2018-12-09 22:28:04 +08:00

41 lines
989 B
JSON

{
"name": "drone-wechat",
"version": "2.0.0",
"description": "drone wechat notification plugin",
"main": "index.js",
"scripts": {
"test": "npm run eslint && npm run test-cov -- --reporter=html",
"test-cov": "nyc ava test.js && nyc report",
"eslint": "eslint index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lizheming/drone-wechat.git"
},
"keywords": [
"drone",
"plugin",
"wechat",
"node"
],
"author": "lizheming <i@imnerd.org>",
"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.0",
"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"
}
}