-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.62 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.62 KB
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
{
"name": "lazy",
"version": "5.1.0",
"description": "Hackable coding assistant",
"main": "index.js",
"scripts": {
"test": "mocha -r test/bootstrap",
"preversion": "make build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/getlazy/lazy.git"
},
"keywords": [
"software development",
"hackable",
"coding",
"assistant"
],
"authors": [
{
"name": "Ivan Erceg",
"url": "https://github.com/ierceg",
"title": "Software Shipper",
"username": "ierceg",
"twitter": "ierceg"
},
{
"name": "Nebojsa Lazic",
"url": "https://github.com/neboysa",
"title": "Master of Disaster",
"username": "neboysa",
"twitter": "2klik"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/getlazy/lazy/issues"
},
"homepage": "https://github.com/getlazy/lazy#readme",
"dependencies": {
"@lazyass/common": "^1.1.0",
"@lazyass/engine-pipeline": "^2.2.0",
"@lazyass/lazy-config-file": "^1.2.0",
"async": "^2.1.4",
"body-parser": "^1.15.2",
"common-errors": "^1.0.0",
"express": "^4.14.0",
"higher": "^1.0.5",
"higher-docker-manager": "^1.6.0",
"http-proxy-middleware": "^0.17.3",
"ip": "^1.1.4",
"lodash": "^4.17.2",
"node-docker-api": "^1.1.3",
"request": "^2.79.0",
"request-promise-native": "^1.0.3",
"try-json-parse": "^0.1.1",
"winston": "^2.3.0",
"winston-elasticsearch": "github:ierceg/winston-elasticsearch#v5.1.0"
},
"devDependencies": {
"@lazyass/node-lazy-client": "^1.2.1",
"nock": "^9.0.2",
"testdouble": "^1.10.2"
}
}