-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 906 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "dext-docker-registry-plugin",
"version": "0.2.4",
"description": "Dext plugin to search the Docker Registry for Docker images.",
"keywords": [
"dext",
"dext-plugin",
"docker",
"registry",
"hub",
"container"
],
"main": "index.js",
"files": [
"index.js",
"icon.png"
],
"scripts": {
"lint": "eslint __mocks__ __tests__ index.js",
"test": "jest --coverage"
},
"author": "Vu Tran <[email protected]>",
"license": "MIT",
"dependencies": {
"got": "^6.3.0"
},
"devDependencies": {
"babel-core": "^6.17.0",
"babel-jest": "^16.0.0",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-polyfill": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"coveralls": "^2.11.14",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^2.0.0",
"jest": "^16.0.1"
}
}