-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 1016 Bytes
/
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
{
"private": true,
"name": "support-firecloud",
"description": "Software and configuration that support TobiiPro's Cloud Services development.",
"version": "0.2.54",
"license": "Apache-2.0",
"devDependencies": {
"@getify/eslint-plugin-proper-arrows": "^8.0.1",
"aws-sdk": "^2.205.0",
"babel-eslint": "^10.0.3",
"eclint": "^2.6.0",
"eslint": "^6.5.1",
"eslint-config-firecloud": "git://github.com/tobiipro/eslint-config-firecloud.git#semver:~0.10.20",
"eslint-import-resolver-node": "^0.3.3",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-firecloud": "git://github.com/tobiipro/eslint-plugin-firecloud.git#semver:~0.1.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.1.0",
"eslint-plugin-jsdoc": "^17.0.0",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
"lodash": "^4.17.5"
}
}