-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
76 lines (76 loc) · 1.68 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "gulp-release",
"version": "1.2.1-dev",
"codename": "Rubber Glue",
"description": "Enable git-flow style releases via gulp",
"main": "index.js",
"author": "Nicolás Fantone <[email protected]> (https://github.com/nfantone)",
"scripts": {
"validate": "gulp validate",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "https://github.com/nfantone/gulp-release.git"
},
"bugs": {
"url": "https://github.com/nfantone/gulp-release/issues"
},
"keywords": [
"avh",
"build",
"git",
"flow",
"nvie",
"workflow",
"release",
"gitflow",
"gulp",
"plugin",
"semver",
"version",
"versioning",
"development"
],
"files": [
"index.js",
"lib"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"fs-sync": "^1.0.4",
"gulp": "^3.9.1",
"gulp-bump": "^2.8.0",
"gulp-codename": "^0.1.1",
"gulp-git": "^2.4.2",
"gulp-if": "^2.0.2",
"gulp-json-transform": "^0.4.5",
"gulp-shell": "^0.6.3",
"gulp-util": "^3.0.8",
"lodash": "^4.17.4",
"run-sequence": "^2.2.0",
"semver": "^5.4.1",
"yargs": "^12.0.1"
},
"devDependencies": {
"eslint": "^4.12.1",
"eslint-config-prettier": "^3.0.0",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-prettier": "^2.3.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^3.0.1",
"gulp-eslint": "^5.0.0",
"gulp-release": ".",
"pre-commit": "^1.2.2",
"prettier": "^1.8.2"
},
"pre-commit": [
"validate"
],
"license": "MIT"
}