1{
2  "name": "is-lambda",
3  "version": "1.0.1",
4  "description": "Detect if your code is running on an AWS Lambda server",
5  "main": "index.js",
6  "dependencies": {},
7  "devDependencies": {
8    "clear-require": "^1.0.1",
9    "standard": "^10.0.2"
10  },
11  "scripts": {
12    "test": "standard && node test.js"
13  },
14  "repository": {
15    "type": "git",
16    "url": "https://github.com/watson/is-lambda.git"
17  },
18  "keywords": [
19    "aws",
20    "hosting",
21    "hosted",
22    "lambda",
23    "detect"
24  ],
25  "author": "Thomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)",
26  "license": "MIT",
27  "bugs": {
28    "url": "https://github.com/watson/is-lambda/issues"
29  },
30  "homepage": "https://github.com/watson/is-lambda",
31  "coordinates": [
32    37.3859955,
33    -122.0838831
34  ]
35}
36