forked from stephenlacy/gulp-git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 870 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": "gulp-git",
"description": "Git plugin for Gulp (gulpjs.com)",
"version": "0.3.6",
"homepage": "http://github.com/stevelacy/gulp-git",
"repository": {
"type": "git",
"url": "http://github.com/stevelacy/gulp-git.git"
},
"author": "Steve Lacy me@slacy.me (slacy.me)",
"main": "./index.js",
"dependencies": {
"gulp-util": "~2.2.14",
"map-stream": "~0.1.0",
"any-shell-escape": "^0.1.1",
"through2": "^0.4.1"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"rimraf": "~2.2.5"
},
"scripts": {
"test": "mocha --reporter spec"
},
"engines": {
"node": ">= 0.9.0"
},
"keywords": [
"gulp",
"git",
"gulpgit",
"gulpplugin",
"gulp-plugin"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/stevelacy/gulp-git/raw/master/LICENSE"
}
]
}