UNPKG

1.59 kBJSONView Raw
1{
2 "name": "serverless-openwhisk",
3 "version": "0.11.0",
4 "description": "OpenWhisk support for the Serverless Framework",
5 "main": "index.js",
6 "directories": {
7 "test": "tests"
8 },
9 "scripts": {
10 "test": "istanbul cover -x '**/*.test.js' node_modules/mocha/bin/_mocha tests/all -- -R spec --recursive",
11 "lint": "eslint .",
12 "report": "istanbul report lcovonly && codecov"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/serverless/serverless-openwhisk.git"
17 },
18 "keywords": [
19 "serverless",
20 "framework",
21 "openwhisk"
22 ],
23 "author": "James Thomas <james@jamesthom.as>",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/serverless/serverless-openwhisk/issues"
27 },
28 "engines": {
29 "node": ">=6.0"
30 },
31 "homepage": "https://github.com/serverless/serverless-openwhisk#readme",
32 "dependencies": {
33 "bluebird": "^3.4.6",
34 "chalk": "^1.1.3",
35 "fs-extra": "^1.0.0",
36 "get-stdin": "^5.0.1",
37 "jszip": "^3.1.3",
38 "lodash": "^4.17.4",
39 "moment": "^2.16.0",
40 "openwhisk": "^3.4.0"
41 },
42 "devDependencies": {
43 "chai-as-promised": "^6.0.0",
44 "chai": "^3.5.0",
45 "coveralls": "^2.11.12",
46 "eslint": "^3.3.1",
47 "eslint-config-airbnb": "^10.0.1",
48 "eslint-config-airbnb-base": "^5.0.2",
49 "eslint-plugin-import": "^1.13.0",
50 "eslint-plugin-jsx-a11y": "^2.1.0",
51 "eslint-plugin-react": "^6.1.1",
52 "istanbul": "^0.4.4",
53 "mocha": "^3.0.2",
54 "mocha-lcov-reporter": "^1.2.0",
55 "mock-require": "^1.3.0",
56 "proxyquire": "^1.7.10",
57 "sinon": "^1.17.5"
58 }
59}