blob: b1b1fb94bb32c2514d4f31fc222e62f14eed9ea2 [file] [log] [blame]
{
"name": "@ibm-functions/composer",
"version": "0.2.2",
"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": "mocha"
},
"bin": {
"compose": "./bin/compose"
},
"files": [
"bin/",
"composer.js",
"docs/*.md",
"samples/",
"test/"
],
"repository": {
"type": "git",
"url": "https://github.com/ibm-functions/composer.git"
},
"keywords": [
"ibm",
"functions",
"serverless",
"composer",
"bluemix",
"openwhisk"
],
"dependencies": {
"minimist": "^1.2.0",
"openwhisk": "^3.11.0",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"mocha": "^3.5.0"
},
"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"
}