-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 984 Bytes
/
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
{
"name": "lambda-babel-template",
"scripts": {
"test": "gulp test"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
[
"babel-plugin-transform-builtin-extend",
{
"globals": [
"Error"
]
}
],
"babel-plugin-espower"
]
},
"dependencies": {
"aws-sdk": "^2.3.18",
"babel-polyfill": "^6.9.1"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-plugin-espower": "^2.2.0",
"babel-plugin-transform-builtin-extend": "^1.1.0",
"babel-preset-es2015": "^6.9.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-file": "^0.3.0",
"gulp-install": "^0.6.0",
"gulp-istanbul": "^0.10.4",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.2.0",
"isparta": "^4.0.0",
"mocha": "^2.5.3",
"node-aws-lambda": "^0.1.8",
"power-assert": "^1.4.1",
"run-sequence": "^1.2.1",
"sinon": "^1.17.4"
}
}