-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
36 lines (36 loc) · 978 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
{
"name": "gulp-release-it",
"description": "Gulp plugin for automating release steps of your node lib or bower component and publishing to NPM",
"author": "Bogdan Nechyporenko",
"repository": "git@github.com:acierto/gulp-release.git",
"version": "2.1.1",
"main": "dist/main.js",
"dependencies": {
"ansi-colors": "4.1.1",
"fancy-log": "1.3.3",
"gulp-git": "2.10.1",
"gulp-json-editor": "2.5.4",
"map-stream": "0.0.7",
"semver": "7.3.2",
"undertaker-registry": "1.0.1",
"yargs": "16.1.1"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-eslint": "10.1.0",
"babel-preset-env": "1.7.0",
"eslint": "7.13.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.1",
"gitbook": "3.2.3",
"gulp": "4.0.2",
"gulp-babel": "7.0.1",
"gulp-eslint": "6.0.0",
"gulp-gh-pages": "0.5.4",
"gulp-gitbook": "0.0.2"
},
"license": "MIT",
"resolutions": {
"upath": "1.2.0"
}
}