-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
69 lines (69 loc) · 1.62 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "lambda-tools",
"version": "3.3.3",
"description": "Scripts for working with AWS Lambda backed microservices",
"main": "",
"scripts": {
"test": "echo \"No tests defined, let's hope it works?!\"",
"lint": "eslint ."
},
"bin": {
"lambda": "bin/lambda.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Testlio/lambda-tools.git"
},
"keywords": [
"lambda",
"aws",
"deployment"
],
"author": {
"email": "[email protected]",
"name": "Testlio"
},
"license": "ISC",
"dependencies": {
"ansi": "^0.3.1",
"archy": "^1.0.0",
"aws-sdk": "^2.3.x",
"babel-core": "6.26.0",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-node4": "^2.1.0",
"babel-preset-es2015-node6": "^0.4.0",
"bluebird": "^3.1.1",
"browserify": "^12.0.1",
"cfn-response": "^1.0.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"configstore": "^2.1.0",
"detective": "^4.3.1",
"dot": "^1.0.3",
"envify": "^3.4.0",
"exorcist": "^0.4.0",
"find-root": "^1.0.0",
"fs-extra": "^0.26.7",
"graceful-fs": "^4.1.4",
"hash-files": "^1.1.1",
"jsonpath": "^0.2.2",
"koa": "^1.1.2",
"koa-body": "^1.3.0",
"koa-logger": "^1.3.0",
"koa-router": "^5.3.0",
"lodash": "^4.8.x",
"moment": "^2.11.0",
"perfy": "^1.1.2",
"readline-sync": "^1.2.21",
"resolve": "^1.1.7",
"simple-archiver": "^0.1.3",
"swagger-parser": "^3.3.0",
"untildify": "^2.1.0",
"update-notifier": "^0.7.0",
"uuid": "^3.0.0",
"velocityjs": "^0.7.5"
},
"devDependencies": {
"eslint": "^1.10.3"
}
}