forked from stelligent/dromedary-serverless
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 801 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 801 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
{
"name": "dromedary-serverless",
"version": "0.1.1",
"description": "Deploy dromedary to AWS Lambda",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/stelligent/dromedary-serverless.git"
},
"author": "Stelligent Systems, LLC",
"license": "MIT",
"bugs": {
"url": "https://github.com/stelligent/dromedary-serverless/issues"
},
"homepage": "https://github.com/stelligent/dromedary-serverless#readme",
"dependencies": {
"aws-sdk": "^2.2.34",
"mime": "^1.3.4",
"promise": "^7.1.1",
"chalk": "^1.1.1"
},
"devDependencies": {
"del": "^1.2.1",
"gulp": "^3.9.0",
"gulp-callback": "0.0.3",
"gulp-install": "^0.5.0",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.1.0",
"run-sequence": "^1.1.5"
}
}