forked from uiur/github-pr-release
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 775 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 775 Bytes
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
{
"name": "github-pr-release",
"version": "1.2.2",
"description": "Create a release pull request by Github API",
"main": "index.js",
"author": "Kazato Sugimoto",
"license": "MIT",
"scripts": {
"test": "standard && mocha --require intelli-espower-loader"
},
"repository": {
"type": "git",
"url": "https://github.com/uiureo/github-pr-release.git"
},
"dependencies": {
"es6-promise": "^2.3.0",
"moment": "^2.9.0",
"mustache": "^1.0.0",
"parse-link-header": "^0.2.0",
"request": "^2.58.0"
},
"devDependencies": {
"espower-loader": "^0.11.0",
"intelli-espower-loader": "^0.7.0",
"mocha": "^2.2.5",
"nock": "^2.7.0",
"power-assert": "^0.11.0",
"proxyquire": "^1.7.2",
"standard": "^4.5.4"
}
}