forked from wavefrontHQ/wavefront-lambda-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 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
{
"name": "wavefront-lambda",
"version": "0.9.0",
"description": "Wavefront Lambda Wrapper to direcly report metrics from AWS Lambda functions.",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavefrontHQ/wavefront-lambda-nodejs.git"
},
"keywords": [
"lambda",
"wrapper",
"serverless",
"wavefront",
"vmware"
],
"author": "Anil Kodali <akodali@vmware.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/wavefrontHQ/wavefront-lambda-nodejs/issues"
},
"homepage": "https://github.com/wavefrontHQ/wavefront-lambda-nodejs#readme",
"dependencies": {
"semver": "^5.5.0",
"wavefrontmetrics": "^1.0.1"
}
}