mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
66 lines
1.5 KiB
JSON
66 lines
1.5 KiB
JSON
{
|
|
"name": "jaws-framework",
|
|
"version": "0.0.1",
|
|
"preferGlobal": true,
|
|
"description": "JAWS is the server-less application framework.",
|
|
"author": "Austen Collins <austen@servant.co> Ryan Pendergast <ryan.pendergast@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jaws-stack/JAWS.git"
|
|
},
|
|
"keywords": [
|
|
"jaws",
|
|
"jaws framework",
|
|
"jaws cli",
|
|
"api gateway",
|
|
"lambda",
|
|
"aws",
|
|
"amazon",
|
|
"amazon web services",
|
|
"dynamodb"
|
|
],
|
|
"main": "lib/main.js",
|
|
"bin": {
|
|
"jaws": "./bin/jaws"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha tests/all"
|
|
},
|
|
"devDependencies": {
|
|
"adm-zip": "^0.4.7",
|
|
"chai": "^3.2.0",
|
|
"hoek": "^2.11.1",
|
|
"lodash": "^3.2.0",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"aws-sdk": "^2.1.24",
|
|
"bluebird": "^2.9.34",
|
|
"bluebird-inquirer": "0.0.1",
|
|
"browserify": "^11.0.1",
|
|
"chalk": "^1.1.0",
|
|
"cli-spinner": "^0.2.1",
|
|
"commander": "^2.5.0",
|
|
"del": "^1.2.1",
|
|
"dotenv": "^1.2.0",
|
|
"download": "^4.2.0",
|
|
"inquirer": "^0.9.0",
|
|
"insert-module-globals": "^6.5.2",
|
|
"jaws-api-gateway-client": "0.11.0",
|
|
"moment": "^2.10.6",
|
|
"node-uuid": "^1.4.2",
|
|
"node-zip": "^1.1.0",
|
|
"nodemon": "^1.3.8",
|
|
"prettysize": "0.0.3",
|
|
"readdirp": "^1.4.0",
|
|
"replace": "^0.3.0",
|
|
"rimraf": "^2.2.8",
|
|
"shortid": "^2.2.2",
|
|
"systemjs-builder": "^0.13.5",
|
|
"uglify-js": "^2.4.24",
|
|
"wrench": "^1.5.8"
|
|
}
|
|
}
|