forked from mirrors/probot
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"name": "probot",
|
|
"version": "1.0.0",
|
|
"description": "a trainable robot that responds to activity on GitHub",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"run": "node server.js",
|
|
"test": "mocha"
|
|
},
|
|
"author": "Brandon Keepers",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"github": "^3.1.0",
|
|
"github-webhook-handler": "^0.6.0",
|
|
"handlebars": "^4.0.5"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^3.0.2"
|
|
}
|
|
}
|