-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "node-github-pr-automation",
"version": "1.0.0",
"description": "Node module that automates git pull requests to master base of whats merged to development",
"main": "index.js",
"scripts": {
"test": "npm run test",
"start": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dixieio/node-github-pr-automation.git"
},
"keywords": [
"node",
"github",
"pull",
"requests",
"automation"
],
"author": "Lars Krieger, @nopzen",
"license": "MIT",
"bugs": {
"url": "https://github.com/dixieio/node-github-pr-automation/issues"
},
"homepage": "https://github.com/dixieio/node-github-pr-automation#readme",
"dependencies": {
"axios": "^0.15.3",
"body-parser": "^1.17.1",
"dotenv": "^4.0.0",
"express": "^4.15.2",
"express-session": "^1.15.2",
"moment": "^2.18.1",
"passport": "^0.3.2",
"passport-github": "^1.1.0"
}
}