mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
30 lines
647 B
JSON
30 lines
647 B
JSON
{
|
|
"name": "JAWS",
|
|
"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.12.x",
|
|
"npm": "2.1.x"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/servant-app/JAWS/issues"
|
|
},
|
|
"dependencies": {}
|
|
} |