blob: ddde3314b42c75cf163061876cb9547a128b673b [file] [log] [blame]
{
"name": "openwhisk",
"version": "3.4.1",
"description": "JavaScript client library for the OpenWhisk platform",
"main": "lib/main.js",
"engines": {
"node": ">=4.0.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "ava test/unit",
"test-integration": "ava test/integration"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openwhisk/openwhisk-client-js.git"
},
"keywords": [
"openwhisk",
"bluemix",
"nodejs"
],
"author": "James Thomas <james@jamesthom.as>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/openwhisk/openwhisk-client-js/issues"
},
"homepage": "https://github.com/openwhisk/openwhisk-client-js#readme",
"devDependencies": {
"ava": "^0.15.2",
"jszip": "^3.1.3",
"proxyquire": "1.7.4"
},
"dependencies": {
"request-promise": "^2.0.1"
}
}