serverless/package.json
2015-08-05 17:04:37 -05:00

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"
}
}