File tree Expand file tree Collapse file tree 1 file changed +17
-14
lines changed
Expand file tree Collapse file tree 1 file changed +17
-14
lines changed Original file line number Diff line number Diff line change 33 "version" : " 1.0.1" ,
44 "description" : " A handler for react-docgen that tries to infer the displayName of a component" ,
55 "license" : " MIT" ,
6+ "author" : " nerdlabs <nerds@nerdlabs.it>" ,
7+ "keywords" : [
8+ " react" ,
9+ " documentation-generation" ,
10+ " react-docgen"
11+ ],
12+ "homepage" : " https://github.com/nerdlabs/react-docgen-displayname-handler#readme" ,
13+ "bugs" : {
14+ "url" : " https://github.com/nerdlabs/react-docgen-displayname-handler/issues"
15+ },
16+ "repository" : {
17+ "type" : " git" ,
18+ "url" : " git+https://github.com/nerdlabs/react-docgen-displayname-handler.git"
19+ },
20+ "engines" : {
21+ "node" : " >=4"
22+ },
623 "files" : [
724 " distribution"
825 ],
2946 ],
3047 "babel" : " inherit"
3148 },
32- "author" : " nerdlabs <nerds@nerdlabs.it>" ,
33- "keywords" : [
34- " react" ,
35- " documentation-generation" ,
36- " react-docgen"
37- ],
38- "homepage" : " https://github.com/nerdlabs/react-docgen-displayname-handler#readme" ,
39- "bugs" : {
40- "url" : " https://github.com/nerdlabs/react-docgen-displayname-handler/issues"
41- },
42- "repository" : {
43- "type" : " git" ,
44- "url" : " git+https://github.com/nerdlabs/react-docgen-displayname-handler.git"
45- },
4649 "babel" : {
4750 "presets" : [
4851 [
You can’t perform that action at this time.
0 commit comments