File tree Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Expand file tree Collapse file tree 1 file changed +24
-24
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " serverless-dynamodb-local" ,
3
- "version" : " 0.2.15 " ,
4
- "engines" : {
5
- "node" : " >=4.0"
6
- },
7
- "description" : " Serverless dynamodb local plugin" ,
8
- "author" : " 99xtechnology.com" ,
9
- "license" : " MIT" ,
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " https://github.com/99xt/serverless-dynamodb-local"
13
- },
14
- "keywords" : [
2
+ "name" : " serverless-dynamodb-local" ,
3
+ "version" : " 0.2.16 " ,
4
+ "engines" : {
5
+ "node" : " >=4.0"
6
+ },
7
+ "description" : " Serverless dynamodb local plugin" ,
8
+ "author" : " 99xtechnology.com" ,
9
+ "license" : " MIT" ,
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/99xt/serverless-dynamodb-local"
13
+ },
14
+ "keywords" : [
15
15
" serverless framework plugin" ,
16
16
" serverless applications" ,
17
17
" serverless plugins" ,
26
26
" amazon web services" ,
27
27
" serverless.com"
28
28
],
29
- "main" : " index.js" ,
30
- "bin" : {},
31
- "scripts" : {
32
- "test" : " echo \" Warning: no test specified\" && exit 0"
33
- },
34
- "dependencies" : {
35
- "aws-sdk" : " ^2.7.0" ,
36
- "bluebird" : " ^3.4.6" ,
37
- "dynamodb-localhost" : " ^0.0.4 " ,
38
- "lodash" : " ^4.17.0"
39
- }
29
+ "main" : " index.js" ,
30
+ "bin" : {},
31
+ "scripts" : {
32
+ "test" : " echo \" Warning: no test specified\" && exit 0"
33
+ },
34
+ "dependencies" : {
35
+ "aws-sdk" : " ^2.7.0" ,
36
+ "bluebird" : " ^3.4.6" ,
37
+ "dynamodb-localhost" : " ^0.0.5 " ,
38
+ "lodash" : " ^4.17.0"
39
+ }
40
40
}
You can’t perform that action at this time.
0 commit comments