mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
30 lines
548 B
JSON
30 lines
548 B
JSON
{
|
|
"name": "jaws-stack",
|
|
"version": "0.0.1",
|
|
"description": "The Javascript + AWS Web Application Boilerplate",
|
|
"author": "Austen Collins",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/servant-app/JAWS.git"
|
|
},
|
|
"keywords": [
|
|
"jaws",
|
|
"api gateway",
|
|
"lambda",
|
|
"aws",
|
|
"boilerplate",
|
|
"command",
|
|
"dynamodb",
|
|
"s3",
|
|
"template",
|
|
"framework"
|
|
],
|
|
"engines": {
|
|
"node": "0.10.33",
|
|
"npm": "1.4.28"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/servant-app/JAWS/issues"
|
|
}
|
|
}
|