-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 897 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
{
"name": "gulp-release-plugin",
"version": "0.0.7",
"description": "A gulp release plugin.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cieni/gulp-release-plugin"
},
"keywords": [
"gulp",
"gulpplugin",
"release",
"tag"
],
"author": "José Carlos Cieni Júnior",
"contributors": ["Danilo Valente <danilovalente96@gmail.com> (https://danilo-valente.github.io/)"],
"license": "MIT",
"bugs": {
"url": "https://github.com/cieni/gulp-release-plugin/issues"
},
"homepage": "https://github.com/cieni/gulp-release-plugin",
"dependencies": {
"gulp-bump": "^0.3.0",
"gulp-filter": "^2.0.2",
"gulp-git": "^1.1.0",
"gulp-util": "^3.0.4",
"lodash": "^3.6.0",
"require-dir": "^0.3.0",
"through2": "^0.6.3"
}
}