-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.36 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
{
"name": "nodegistry",
"version": "1.2.6",
"description": "Docker Registry Remote API module.",
"main": "index.js",
"repository": "[email protected]:codefresh-io/nodegistry.git",
"author": "Roy Shmueli <[email protected]>",
"license": "MIT",
"scripts": {
"lint": "eslint --rule 'no-trailing-spaces: [\"warn\", { \"skipBlankLines\": false }]' \"./**/*.js\"",
"lint:fix": "eslint --fix --rule 'no-trailing-spaces: [\"warn\", { \"skipBlankLines\": false }]' \"./**/*.js\"",
"test": "mocha src/**/*.spec.js"
},
"resolutions": {
"node-forge": "1.3.0"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^7.1.1",
"depcheck": "^0.6.7",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-chai-friendly": "^0.3.6",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-react": "^6.9.0",
"mocha": "^3.4.2",
"nock": "^9.0.13",
"sinon": "^2.3.7",
"sinon-chai": "^2.11.0"
},
"dependencies": {
"@codefresh-io/docker-reference": "^0.0.5",
"aws-sdk": "^2.1426.0",
"bluebird": "^3.7.2",
"cf-errors": "^0.1.16",
"google-auth-library": "^6.1.3",
"jsonwebtoken": "^9.0.0",
"lodash": "^4.17.21",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"requestretry": "^7.0.0"
}
}