-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "faas-pipeline",
"version": "1.1.0",
"description": "OpenFaaS function composition",
"main": "index.js",
"scripts": {
"test": "mocha -r test/bootstrap.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ierceg/faas-pipeline.git"
},
"keywords": [
"faas",
"composition",
"pipeline"
],
"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/ierceg/faas-pipeline/issues"
},
"homepage": "https://github.com/ierceg/faas-pipeline#readme",
"dependencies": {
"package-logger": "^1.0.0",
"lodash": "^4.17.4",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"try-json-parse": "^1.0.0"
},
"devDependencies": {
"nock": "^9.0.14",
"testdouble": "^1.11.0"
}
}