mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 02:18:58 +08:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "probot",
|
|
"version": "0.10.0",
|
|
"description": "a trainable robot that responds to activity on GitHub",
|
|
"repository": "https://github.com/probot/probot",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"probot": "./bin/probot.js"
|
|
},
|
|
"scripts": {
|
|
"start": "node ./bin/probot run",
|
|
"test": "mocha && standard",
|
|
"doc": "jsdoc -c .jsdoc.json",
|
|
"postpublish": "script/publish-docs"
|
|
},
|
|
"author": "Brandon Keepers",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"bottleneck": "^1.16.0",
|
|
"bunyan": "^1.8.12",
|
|
"bunyan-format": "^0.2.1",
|
|
"bunyan-sentry-stream": "^1.1.0",
|
|
"cache-manager": "^2.4.0",
|
|
"commander": "^2.11.0",
|
|
"dotenv": "~4.0.0",
|
|
"express": "^4.15.4",
|
|
"github": "^9.3.1",
|
|
"github-app": "^3.0.0",
|
|
"github-webhook-handler": "github:rvagg/github-webhook-handler#v0.6.1",
|
|
"js-yaml": "^3.9.1",
|
|
"load-plugins": "^2.1.2",
|
|
"pkg-conf": "^2.0.0",
|
|
"promise-events": "^0.1.3",
|
|
"raven": "^2.1.2",
|
|
"resolve": "^1.4.0",
|
|
"semver": "^5.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"expect": "^1.20.2",
|
|
"jsdoc": "^3.5.4",
|
|
"jsdoc-strip-async-await": "^0.1.0",
|
|
"minami": "^1.1.1",
|
|
"mocha": "^3.5.0",
|
|
"standard": "^10.0.3",
|
|
"supertest": "^3.0.0"
|
|
},
|
|
"standard": {
|
|
"env": [
|
|
"mocha"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=7.7"
|
|
}
|
|
}
|