mirror of
https://github.com/serverless/serverless.git
synced 2025-12-08 19:46:03 +00:00
80 lines
2.0 KiB
JSON
80 lines
2.0 KiB
JSON
{
|
|
"name": "serverless",
|
|
"version": "0.5.5",
|
|
"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",
|
|
"serverless-run-python-handler": "./bin/serverless-run-python-handler"
|
|
},
|
|
"scripts": {
|
|
"test": "istanbul cover _mocha tests/all -- -R spec --recursive",
|
|
"lint": "eslint . || true",
|
|
"integration-test": "mocha tests/integration_test"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^3.2.0",
|
|
"coveralls": "^2.11.9",
|
|
"eslint": "^2.8.0",
|
|
"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",
|
|
"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",
|
|
"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",
|
|
"minimist": "^1.2.0",
|
|
"moment": "^2.11.2",
|
|
"node-zip": "^1.1.0",
|
|
"replaceall": "^0.1.6",
|
|
"shelljs": "^0.6.0",
|
|
"shortid": "^2.2.2",
|
|
"traverse": "^0.6.6"
|
|
}
|
|
}
|