-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
42 lines (42 loc) · 999 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
38
39
40
41
42
{
"name": "publish-release",
"version": "1.6.0",
"description": "Create GitHub releases with assets",
"main": "index.js",
"bin": "bin/publish-release",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "https://github.com/remixz/publish-release"
},
"keywords": [
"github",
"release"
],
"author": "Zach Bruggeman <mail@bruggie.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/remixz/publish-release/issues"
},
"homepage": "https://github.com/remixz/publish-release",
"dependencies": {
"async": "^0.9.0",
"ghauth": "^2.0.0",
"github-url-to-object": "^1.4.2",
"inquirer": "^0.8.2",
"lodash": "^4.17.15",
"mime": "^1.3.4",
"minimist": "^1.1.1",
"pkginfo": "^0.3.0",
"pretty-bytes": "^1.0.4",
"progress-stream": "^1.0.1",
"request": "^2.54.0",
"single-line-log": "^0.4.1",
"string-editor": "^0.1.0"
},
"devDependencies": {
"standard": "^3.3.0"
}
}