mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
31 lines
791 B
JSON
31 lines
791 B
JSON
{
|
|
"name": "jaws-dev-server",
|
|
"version": "0.0.3",
|
|
"description": "The JAWS Stack's local development server for you to use while building your website and static assets.",
|
|
"author": "Austen Collins <austen@servant.co>",
|
|
"license": "MIT",
|
|
"main": "server.js",
|
|
"keywords": [
|
|
"jaws",
|
|
"jaws stack",
|
|
"jaws server",
|
|
"jaws development server",
|
|
"api gateway",
|
|
"lambda",
|
|
"aws",
|
|
"amazon",
|
|
"amazon web services",
|
|
"dynamodb"
|
|
],
|
|
"engines": {
|
|
"node": "0.10.33"
|
|
},
|
|
"devDependencies": {
|
|
"body-parser": "^1.7.0",
|
|
"ejs": "^2.3.1",
|
|
"errorhandler": "^1.4.1",
|
|
"express": "^4.13.1",
|
|
"method-override": "^2.1.3"
|
|
},
|
|
"dependencies": {}
|
|
} |