forked from Palmabit-IT/lambda-response
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 671 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 671 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
{
"name": "lambda-response",
"version": "0.2.0",
"description": "AWS Lambda response creator",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha ./tests/*.js",
"test-travis": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./tests/*"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Palmabit-IT/lambda-response.git"
},
"keywords": [
"aws",
"lambda",
"response"
],
"author": "Palmabit <hello@palmabit.com> (http://www.palmabit.com/)",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"faker": "^3.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
}
}