mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
Project/Stage/RegionCreate: Finish refactor Classes: Rely on Serverless Project Path, instead of passing in class Utils.populate: Fix Utils.getResoruces: Finish ResourcesDeploy: Finish refactor
72 lines
1.6 KiB
JSON
72 lines
1.6 KiB
JSON
{
|
|
"name": "serverless",
|
|
"version": "0.1.0",
|
|
"engines": {
|
|
"node": ">=4.0"
|
|
},
|
|
"preferGlobal": true,
|
|
"description": "The Serverless Application Framework Powered By Amazon Web Services - http://www.serverless.com",
|
|
"author": "serverless.com",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/serverless/serverless"
|
|
},
|
|
"keywords": [
|
|
"serverless",
|
|
"serverless framework",
|
|
"serverless applications",
|
|
"serverless modules",
|
|
"api gateway",
|
|
"lambda",
|
|
"aws",
|
|
"aws lambda",
|
|
"amazon",
|
|
"amazon web services",
|
|
"dynamodb",
|
|
"serverless.com"
|
|
],
|
|
"main": "lib/serverless.js",
|
|
"bin": {
|
|
"serverless": "./bin/serverless",
|
|
"slss": "./bin/serverless",
|
|
"sls": "./bin/serverless"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha tests/all"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.2.0",
|
|
"mocha": "^2.2.5"
|
|
},
|
|
"dependencies": {
|
|
"async": "^0.9.0",
|
|
"aws-sdk": "^2.2.21",
|
|
"bluebird": "^2.9.34",
|
|
"chalk": "^1.1.0",
|
|
"cli-spinner": "^0.2.1",
|
|
"debug": "^2.2.0",
|
|
"dotenv": "^1.2.0",
|
|
"download": "^4.2.0",
|
|
"expand-home-dir": "0.0.2",
|
|
"immutable": "^3.7.6",
|
|
"insert-module-globals": "^6.5.2",
|
|
"keypress": "^0.2.1",
|
|
"lodash": "^3.9.0",
|
|
"minimist": "^1.2.0",
|
|
"mkdirp-then": "^1.1.0",
|
|
"moment": "^2.10.6",
|
|
"node-uuid": "^1.4.2",
|
|
"node-zip": "^1.1.0",
|
|
"prompt": "^0.2.14",
|
|
"readdirp": "^1.4.0",
|
|
"replaceall": "^0.1.6",
|
|
"rimraf": "^2.4.3",
|
|
"shelljs": "^0.5.3",
|
|
"shortid": "^2.2.2",
|
|
"temp": "^0.8.3",
|
|
"traverse": "^0.6.6",
|
|
"wrench": "^1.5.8"
|
|
}
|
|
}
|