serverless/package.json
2015-08-06 09:44:19 -05:00

30 lines
604 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "jaws-stack",
"version": "0.0.3",
"description": "JAWS  The Javascript + AWS Stack",
"author": "Austen Collins <austen@servant.co>",
"repository": {
"type": "git",
"url": "https://github.com/servant-app/JAWS.git"
},
"license": "MIT",
"keywords": [
"jaws",
"jaws stack",
"jaws framework",
"jaws boilerplate",
"api gateway",
"lambda",
"aws",
"amazon",
"amazon web services",
"dynamodb"
],
"engines": {
"node": "0.10.33"
},
"bugs": {
"url": "https://github.com/servant-app/JAWS/issues"
},
"dependencies": {}
}