-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
58 lines (58 loc) · 1.35 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
{
"name": "git-guppy",
"description": "Simple git-hook integration for your gulp workflows.",
"homepage": "https://github.com/therealklanni/git-guppy",
"author": "Kevin Lanni (https://github.com/therealklanni)",
"repository": {
"type": "git",
"url": "https://github.com/therealklanni/git-guppy.git"
},
"bugs": {
"url": "https://github.com/therealklanni/git-guppy/issues"
},
"license": "MIT",
"keywords": [
"git",
"git-hook",
"git-hooks",
"gulp",
"gulpplugin",
"guppy"
],
"main": "index.js",
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "gulp test",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"update": "updtr"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.0",
"gulp-istanbul": "^1.0.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^4.0.1",
"guppy-pre-commit": "^0.4.0",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"mocha": "*",
"proxyquire": "^1.7.4",
"semantic-release": "^6.3.2",
"sinon": "^2.1.0",
"sinon-chai": "^2.6.0",
"updtr": "^0.2.2"
},
"dependencies": {
"lodash": "^4.17.4",
"map-stream": "0.0.7",
"shelljs": "^0.7.7",
"strip-bom": "^2.0.0"
},
"directories": {
"test": "test"
}
}