mirror of
https://github.com/lizheming/drone-wechat.git
synced 2026-06-04 18:33:46 +08:00
41 lines
1007 B
JSON
41 lines
1007 B
JSON
{
|
|
"name": "drone-wechat",
|
|
"version": "1.1.1",
|
|
"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 <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"
|
|
}
|
|
}
|