UNPKG

1.06 kBJSONView Raw
1{
2 "name": "gulp-git",
3 "description": "Git plugin for gulp (gulpjs.com)",
4 "version": "2.2.0",
5 "homepage": "http://github.com/stevelacy/gulp-git",
6 "repository": {
7 "type": "git",
8 "url": "http://github.com/stevelacy/gulp-git.git"
9 },
10 "author": "Steve Lacy me@slacy.me (slacy.me)",
11 "main": "./index.js",
12 "dependencies": {
13 "any-shell-escape": "^0.1.1",
14 "gulp-util": "^3.0.8",
15 "require-dir": "^0.3.1",
16 "strip-bom-stream": "^3.0.0",
17 "through2": "^2.0.3",
18 "vinyl": "^2.0.1"
19 },
20 "devDependencies": {
21 "eslint": "^3.17.0",
22 "mocha": "^3.2.0",
23 "rimraf": "^2.6.1",
24 "should": "^11.2.0"
25 },
26 "scripts": {
27 "docs": "rimraf docs/* && jsdoc ./index.js ./lib --recurse --destination ./docs",
28 "pretest": "rimraf test/repo test/tmp && eslint ./index.js ./examples/ ./lib/ ./test/",
29 "test": "mocha --reporter spec --timeout 6000 test/main.js"
30 },
31 "engines": {
32 "node": ">= 0.9.0"
33 },
34 "license": "MIT",
35 "keywords": [
36 "gulp",
37 "git",
38 "gulpgit",
39 "gulpplugin",
40 "gulp-plugin"
41 ]
42}