-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 888 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
{
"name": "oc-registry-test",
"version": "1.2.1",
"description": "An utility to test an OpenComponent Registry is setup and secured correctly",
"bin": {
"oc-registry-test": "./cli.js"
},
"scripts": {
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencomponents/oc-registry-test.git"
},
"keywords": [
"OC",
"OpenComponents",
"Open",
"Components",
"Registry"
],
"author": "Matteo Figus",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencomponents/oc-registry-test/issues"
},
"homepage": "https://github.com/opencomponents/oc-registry-test#readme",
"dependencies": {
"chai": "^3.5.0",
"minimal-request": "^3.0.0",
"minimist": "^1.2.0",
"mocha": "^6.1.4"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-defaults": "^9.0.0"
}
}