-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 884 Bytes
/
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
{
"name": "serverless-kubeless-offline",
"version": "0.1.9",
"description": "Simulates Kubeless NodeJS runtimes to run call your functions offline.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usefulio/serverless-kubeless-offline.git"
},
"keywords": [
"Serverless",
"Kubeless",
"NodeJS",
"Offline"
],
"author": "Ian Serlin <[email protected]> (https://github.com/usefulio)",
"license": "MIT",
"bugs": {
"url": "https://github.com/usefulio/serverless-kubeless-offline/issues"
},
"homepage": "https://github.com/usefulio/serverless-kubeless-offline#readme",
"dependencies": {
"body-parser": "^1.17.2",
"express": "^4.15.3",
"lodash": "^4.17.15",
"morgan": "^1.9.1",
"prom-client": "^10.0.2"
}
}