-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 973 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 973 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "serverless-event-trigger-examples",
"version": "0.1.0",
"description": "A collection of examples for triggering AWS Lambdas.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"serverless",
"lambda",
"aws",
"es6",
"babel",
"webpack",
"jest"
],
"author": "Mirza Joldic",
"license": "MIT",
"homepage": "",
"devDependencies": {
"babel-core": "6.17.0",
"babel-loader": "6.2.5",
"babel-plugin-transform-runtime": "6.15.0",
"babel-polyfill": "6.16.0",
"babel-preset-es2015": "6.16.0",
"babel-preset-stage-0": "6.16.0",
"babelify": "^7.3.0",
"jest": "16.0.2",
"serverless-webpack": "1.0.0-rc.2",
"webpack": "1.13.2",
"webpack-node-externals": "^1.5.4"
},
"dependencies": {
"babel-polyfill": "^6.16.0",
"moment": "^2.15.2",
"mongodb": "^2.2.11",
"react-timeago": "^3.1.3"
}
}