-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1021 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1021 Bytes
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
{
"name": "cf-container-logger",
"version": "0.0.4",
"description": "codefresh container logger to firebase",
"keywords": [
"cf-container-logger"
],
"dependencies": {
"cf-errors": "^0.1.11",
"cf-logs": "git+https://github.com/codefresh-io/cf-logs.git#ceba4f309e52a077747a0c6bf9c3ad02e762dc4b",
"docker-events": "0.0.2",
"dockerode": "^2.3.0",
"firebase": "^2.4.1",
"forever": "^0.15.3",
"lodash": "^4.15.0",
"mongoose": "^4.11.1",
"q": "^1.4.1",
"require-dir": "^0.3.2"
},
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.1",
"gulp-coveralls": "^0.1.4",
"gulp-env": "^0.2.0",
"gulp-istanbul": "^0.10.4",
"gulp-jshint": "^1.11.0",
"gulp-mocha-co": "^0.4.1-co.3",
"gulp-rimraf": "^0.1.1",
"isparta": "^4.0.0",
"proxyquire": "^1.7.4",
"run-sequence": "^1.1.0",
"shelljs": "^0.6.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
},
"scripts": {
"gulp": "gulp",
"start": "node lib/index.js"
}
}