-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.54 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
{
"name": "bty",
"version": "1.0.0-alpha.3",
"description": "Simple command line utility for developing and deploying AWS Lambda functions.",
"bin": {
"bty": "./cli/index.js",
"betty": "./cli/index.js"
},
"scripts": {
"test": "mocha -r ./test/lib/helper test"
},
"author": {
"name": "Cory Mawhorter",
"email": "[email protected]",
"url": "http://www.mawhorter.net/"
},
"repository": {
"type": "git",
"url": "git://github.com/cmawhorter/betty.git"
},
"bugs": {
"url": "https://github.com/cmawhorter/betty/issues"
},
"license": "MIT",
"dependencies": {
"ajv": "^4.11.2",
"archiver": "^1.3.0",
"async": "^2.1.4",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.22.0",
"builtin-modules": "^1.1.1",
"bunyan": "^1.8.5",
"bunyan-prettystream": "^0.1.3",
"chokidar": "^2.0.0",
"deep-assign": "^2.0.0",
"expect": "*",
"lambda-emulator": "github:cmawhorter/lambda-emulator",
"mkdirp": "^0.5.1",
"mocha": "*",
"pbcw": "github:stampr/pretty-bunyan-cloudwatch-logs#1.1.0",
"require-dir": "^0.3.1",
"rimraf": "^2.5.4",
"rollup": "^0.53.4",
"rollup-analyzer": "^1.0.1",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^7.0.0",
"rollup-plugin-json": "^2.1.0",
"rollup-plugin-node-resolve": "^2.0.0",
"slug": "^0.9.1",
"steppin": "^1.1.0",
"stream-buffers": "^3.0.1",
"urn-lib": "^1.1.2",
"yargs": "^6.6.0"
},
"keywords": [
"aws",
"lambda",
"microservice"
]
}