-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 889 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": "apply-pr",
"version": "1.0.3",
"description": "Command line tool for applying GitHub Pull Requests",
"bin": {
"apply-pr": "bin/apply-pr"
},
"preferGlobal": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/petkaantonov/apply-pr.git"
},
"keywords": [
"git"
],
"author": "Petka Antonov <[email protected]> (https://github.com/petkaantonov)",
"license": "MIT",
"bugs": {
"url": "https://github.com/petkaantonov/apply-pr/issues"
},
"homepage": "https://github.com/petkaantonov/apply-pr",
"dependencies": {
"bluebird": "^2.9.12",
"core-error-predicates": "^1.0.2",
"cross-spawn": "^0.2.6",
"optimist": "^0.6.1",
"request": "^2.53.0"
},
"readmeFilename": "README.md",
"files": [
"bin",
"src"
]
}