-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.95 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "hoist-git-listener",
"version": "1.0.0",
"description": "Listen for git pushes from Hoist",
"main": "./lib/listener.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/hoist/hoist-git-listener.git"
},
"author": "Hoist Apps Ltd",
"license": "MIT",
"bugs": {
"url": "https://github.com/hoist/hoist-git-listener/issues"
},
"homepage": "https://github.com/hoist/hoist-git-listener",
"devDependencies": {
"babel-eslint": "^5.0.0",
"basic-auth": "^1.0.3",
"chai": "^3.0.0",
"chai-as-promised": "^5.1.0",
"del": "^2.1.0",
"esdoc": "^0.4.3",
"eslint": "^2.4.0",
"estraverse-fb": "^1.3.1",
"git-guppy": "^1.0.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-debug": "^2.0.1",
"gulp-eslint": "^2.0.0",
"gulp-istanbul": "^0.10.0",
"gulp-jsdoc": "^0.1.4",
"gulp-load-plugins": "^1.0.0-rc.1",
"gulp-mocha": "^2.1.1",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.5.2",
"guppy-cli": "^0.4.0",
"isparta": "^4.0.0",
"mocha": "^2.2.5",
"mocha-notifier-reporter": "^0.1.1",
"node-notifier": "^4.2.1",
"require-dir": "^0.3.0",
"run-sequence": "^1.1.0",
"sinon": "^1.15.3",
"sinon-chai": "^2.8.0"
},
"dependencies": {
"@hoist/broker": "^2.0.3",
"@hoist/errors": "^2.0.2",
"@hoist/logger": "^1.0.5",
"@hoist/model": "^2.0.0",
"agenda": "^0.8.0",
"babel": "^6.3.13",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"bluebird": "^3.0.6",
"chalk": "^1.0.0",
"config": "^1.2.4",
"dnode": "^1.2.0",
"fs-extra": "^0.26.2",
"git-archive": "^0.1.4",
"jsonlint": "^1.6.2",
"lodash": "^4.6.1",
"mkdirp": "^0.5.0",
"moment": "^2.8.3",
"nodegit": "^0.11.9",
"pushover": "^1.3.6",
"rimraf": "^2.4.3",
"stream-to-promise": "^1.0.4",
"tar.gz": "^1.0.2",
"temp": "^0.8.1",
"uuid": "^2.0.1"
}
}