-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.3 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.3 KB
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
43
44
45
46
47
48
49
50
{
"name": "github-ez-release",
"version": "1.0.0",
"description": "A gulp release script for pushing final release to github and updating gh-pages with updated readme.",
"main": "gulpfile.js",
"dependencies": {
"bluebird": "^3.7.2",
"conventional-github-releaser": "^3.1.3",
"fs": "^0.0.2",
"gulp-bump": "^3.1.3",
"gulp-conventional-changelog": "^2.0.29",
"gulp-git": "^2.10.0",
"gulp-liquid": "^0.1.0",
"gulp-rename": "^2.0.0",
"gulp-util": "^3.0.8",
"highlight.js": "^9.17.1",
"marked": "^0.8.0",
"minimist": "^1.2.0",
"parse-github-repo-url": "^1.4.1",
"run-sequence": "^2.2.1"
},
"devDependencies": {
"gulp": "^4.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"gulp",
"github",
"release"
],
"author": "Andrew Druffner",
"license": "MIT",
"config": {
"changelog": "CHANGELOG.md",
"readme": "README.md",
"release_message": "Release {VERSION_NUMBER}",
"ghpages": false,
"release": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/ajdruff/github-easy-release.git"
},
"bugs": {
"url": "https://github.com/ajdruff/github-easy-release/issues"
},
"homepage": "https://github.com/ajdruff/github-easy-release#readme"
}