-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 KB
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
{
"name": "serverless-fission",
"version": "0.0.1",
"description": "This plugins enables support for kubernetes",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/infracloudio/serverless-fission.git"
},
"author": "info@infracloud.io",
"license": "Apache-2.0",
"dependencies": {
"7": "0.0.1",
"bluebird": "^3.5.0",
"chalk": "^2.0.1",
"install": "^0.12.1",
"js-yaml": "^3.9.0",
"jszip": "^3.1.3",
"lint": "^1.1.2",
"lodash": "^4.17.4",
"moment": "^2.18.1"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.1.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^10.0.1",
"eslint-config-airbnb-base": "^5.0.2",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^2.1.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^6.1.1",
"eslint-plugin-standard": "^3.1.0",
"fs-extra": "^4.0.1",
"jslint": "^0.12.0",
"mocha": "^3.4.2",
"nock": "^9.2.3",
"request": "^2.85.0",
"sinon": "^3.3.0"
}
}