blob: 23c6a96e1319cc2ffa6bdd26e1ca5ef96d520415 [file] [log] [blame]
{
"name": "@ibm-functions/composer",
"version": "0.5.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",
"semver": "^5.3.0",
"uglify-es": "^3.3.9"
},
"devDependencies": {
"mocha": "^5.2.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"
}