-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 837 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 837 Bytes
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-info",
"version": "1.1.0",
"description": "A cli tool to fetch information from an OpenComponents registry's API",
"main": "index.js",
"scripts": {
"test": "standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opencomponents/oc-info.git"
},
"keywords": [
"oc",
"opencomponents",
"open",
"components"
],
"author": "Matteo Figus",
"license": "MIT",
"bugs": {
"url": "https://github.com/opencomponents/oc-info/issues"
},
"homepage": "https://github.com/opencomponents/oc-info#readme",
"dependencies": {
"async": "^2.1.4",
"colors": "^1.1.2",
"lodash": "^4.17.4",
"minimal-request": "^2.2.0",
"parse-author": "^1.0.0"
},
"bin": {
"oc-info": "./index.js"
},
"devDependencies": {
"standard": "^9.0.1"
}
}