Merge pull request #1418 from serverless/update-package

Update package and its deps
This commit is contained in:
Philipp Muens 2016-06-27 17:14:34 +02:00 committed by GitHub
commit 950f66cabc
2 changed files with 332 additions and 486 deletions

769
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,7 +5,7 @@
"node": ">=4.0"
},
"preferGlobal": true,
"description": "The Serverless Application Framework - Powered By Amazon Web Services - http://www.serverless.com",
"description": "Serverless Framework - Build web, mobile and IoT applications with serverless architectures using AWS Lambda, Azure Functions, Google CloudFunctions & more",
"author": "serverless.com",
"license": "MIT",
"repository": {
@ -23,7 +23,12 @@
"aws lambda",
"amazon",
"amazon web services",
"dynamodb",
"azure",
"azure functions",
"google cloud functions",
"ibm open whisk",
"iot",
"internet of things",
"serverless.com"
],
"main": "lib/Serverless.js",
@ -39,41 +44,33 @@
"integration-test": "mocha tests/integration_test"
},
"devDependencies": {
"chai": "^3.2.0",
"chai": "^3.5.0",
"coveralls": "^2.11.9",
"eslint": "^2.8.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.1.1",
"istanbul": "^0.4.3",
"mocha": "^2.2.5",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"istanbul": "^0.4.4",
"mocha": "^2.5.3",
"mocha-lcov-reporter": "^1.2.0",
"node-uuid": "^1.4.2",
"rimraf": "^2.4.3",
"sinon": "^1.17.4"
},
"dependencies": {
"async": "^1.5.2",
"aws-sdk": "^2.2.40",
"bluebird": "^3.2.1",
"chalk": "^1.1.0",
"cli-spinner": "^0.2.5",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"fs-extra": "^0.26.4",
"glob": "^7.0.0",
"aws-sdk": "^2.3.17",
"bluebird": "^3.4.0",
"chalk": "^1.1.1",
"fs-extra": "^0.26.7",
"https-proxy-agent": "^1.0.0",
"js-yaml": "^3.5.5",
"json-diff": "^0.3.1",
"json-refs": "^2.0.3",
"lodash": "^4.2.1",
"js-yaml": "^3.6.1",
"json-refs": "^2.1.5",
"lodash": "^4.13.1",
"minimist": "^1.2.0",
"moment": "^2.11.2",
"node-zip": "^1.1.0",
"moment": "^2.13.0",
"node-zip": "^1.1.1",
"replaceall": "^0.1.6",
"shelljs": "^0.6.0",
"shortid": "^2.2.2",
"traverse": "^0.6.6"
}
}