blob: 3c7029ff629fe377d0f63ad6fc39b0e2568497f2 [file] [log] [blame]
{
"name": "@ibm-functions/composer",
"version": "0.7.0",
"description": "Composer is an IBM Cloud Functions programming model for composing individual functions into larger applications.",
"homepage": "https://github.com/ibm-functions/composer",
"main": "composer.js",
"scripts": {
"test": "standard && mocha"
},
"bin": {
"compose": "./bin/compose.js",
"deploy": "./bin/deploy.js"
},
"files": [
"bin/",
"composer.js",
"conductor.js",
"docs/*.md",
"samples/"
],
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/composer.git"
},
"keywords": [
"ibm",
"functions",
"serverless",
"composer",
"openwhisk"
],
"dependencies": {
"minimist": "^1.2.0",
"openwhisk": "^3.11.0",
"openwhisk-fqn": "^0.0.2",
"semver": "^5.3.0",
"terser": "^3.8.2"
},
"devDependencies": {
"mocha": "^5.2.0",
"pre-commit": "^1.2.2",
"standard": "^12.0.1"
},
"author": {
"name": "Olivier Tardieu",
"email": "tardieu@us.ibm.com"
},
"contributors": [
{
"name": "Kerry Chang",
"email": "kerry.chang@ibm.com"
},
{
"name": "Rodric Rabbah",
"email": "rabbah@us.ibm.com"
},
{
"name": "Nick Mitchell",
"email": "nickm@us.ibm.com"
}
],
"license": "Apache-2.0"
}