-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
54 lines (54 loc) · 1.38 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "serverless-openwhisk",
"version": "0.18.4",
"description": "OpenWhisk support for the Serverless Framework",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha tests/all -- -R spec --recursive",
"report": "istanbul report lcovonly && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/serverless/serverless-openwhisk.git"
},
"keywords": [
"serverless",
"framework",
"openwhisk"
],
"author": "James Thomas <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/serverless/serverless-openwhisk/issues"
},
"engines": {
"node": ">=6.0"
},
"homepage": "https://github.com/serverless/serverless-openwhisk#readme",
"dependencies": {
"@ibm-functions/iam-token-manager": "^1.0.3",
"bluebird": "^3.4.6",
"chalk": "^1.1.3",
"fs-extra": "^1.0.0",
"get-stdin": "^5.0.1",
"jszip": "^3.1.3",
"jws": "^3.2.2",
"lodash": "^4.17.11",
"moment": "^2.16.0",
"openwhisk": "^3.19.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"coveralls": "^3.0.3",
"istanbul": "^0.4.4",
"mocha": "^6.1.2",
"mocha-lcov-reporter": "^1.2.0",
"mock-require": "^1.3.0",
"proxyquire": "^1.7.10",
"sinon": "^1.17.5"
}
}