-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
64 lines (64 loc) · 1.95 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
{
"name": "serverless-elasticache",
"version": "1.0.0",
"description": "A simple serverless function using elasticache (redis) within VPC",
"main": "handler.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ankkho/serverless-elasticache.git"
},
"keywords": [
"serverless",
"with",
"elasticache",
"serverless",
"with",
"redis",
"aws lambda",
"with",
"redis"
],
"author": "Ankit Khosla",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankkho/serverless-elasticache/issues"
},
"homepage": "https://github.com/ankkho/serverless-elasticache#readme",
"dependencies": {
"bluebird": "3.5.0",
"co": "4.6.0",
"node-redis": "0.1.7",
"redis": "2.7.1",
"babel-plugin-root-import": "^5.1.0",
"babel-polyfill": "^6.26.0"
},
"devDependencies": {
"aws-sdk": "2.71.0",
"axios": "0.18.1",
"babel-cli": "6.24.1",
"babel-core": "6.23.1",
"babel-eslint": "6.1.2",
"babel-loader": "6.4.0",
"babel-plugin-transform-class-properties": "6.23.0",
"babel-plugin-transform-regenerator": "6.22.0",
"babel-plugin-transform-runtime": "6.23.0",
"babel-preset-env": "1.2.1",
"babel-preset-es2015": "6.24.1",
"babel-preset-stage-0": "6.22.0",
"babel-watch": "2.0.7",
"compression-webpack-plugin": "^1.0.1",
"eslint": "^6.0.1",
"eslint-config-airbnb": "^14.1.0",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-angular": "^3.0.0",
"eslint-plugin-import": "^2.3.0",
"husky": "0.13.3",
"jasmine": "2.6.0",
"jasmine-co": "1.2.2",
"jasmine-diff": "0.1.2",
"serverless-offline": "^5.5.0",
"serverless-webpack": "^5.2.0",
"webpack": "3.5.5",
"webpack-node-externals": "1.6.0"
}
}