-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.18 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
{
"name": "mizukiri",
"version": "0.0.7",
"description": "Mizukirize JS function to AWS Lambda.",
"scripts": {
"test": "gulp test"
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"babel-plugin-espower"
]
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/takeshinoda/mizukiri.git"
},
"keywords": [
"aws",
"lambda",
"deploy"
],
"author": "Takeshi SHINODA",
"license": "MIT",
"bugs": {
"url": "https://github.com/takeshinoda/mizukiri/issues"
},
"dependencies": {
"archiver": "^0.20.0",
"aws-sdk": "^2.2.24",
"babel-polyfill": "^6.3.14",
"bluebird": "^3.1.1",
"del": "^2.2.0",
"ejs": "^2.3.4",
"node-aws-lambda": "^0.1.7",
"node-serialize": "0.0.4",
"npm": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.3.21",
"babel-plugin-espower": "^2.0.0",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-mocha": "^2.2.0",
"gulp-util": "^3.0.7",
"mocha": "^2.3.4",
"power-assert": "^1.2.0",
"run-sequence": "^1.1.5",
"sinon": "^1.17.2"
}
}