File tree 3 files changed +48
-1
lines changed
3 files changed +48
-1
lines changed Original file line number Diff line number Diff line change
1
+ .idea
2
+ .DS_Store
3
+ npm-debug.log
4
+ coverage /
5
+ dist /
6
+ docs /
7
+ node_modules /
Original file line number Diff line number Diff line change 1
1
# tjsdoc-typescript
2
- Forthcoming documentation generation for Typescript .
2
+ A forthcoming documentation tool .
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " tjsdoc-typescript" ,
3
+ "version" : " 0.0.1" ,
4
+ "description" : " A forthcoming documentation tool." ,
5
+ "homepage" : " https://github.com/typhonjs-node-tjsdoc/tjsdoc-typescript" ,
6
+ "license" : " MPL-2.0" ,
7
+ "author" : {
8
+ "name" : " typhonrt"
9
+ },
10
+ "repository" : {
11
+ "type" : " git" ,
12
+ "url" : " https://github.com/typhonjs-node-tjsdoc/tjsdoc-typescript.git"
13
+ },
14
+ "maintainers" : [
15
+ {
16
+ "name" : " typhonrt" ,
17
+
18
+ "url" : " https://github.com/typhonrt"
19
+ }
20
+ ],
21
+ "dependencies" : {
22
+ },
23
+ "devDependencies" : {
24
+ "typhonjs-config-eslint" : " ^0.5.0" ,
25
+ "typhonjs-npm-build-test" : " ^0.4.0"
26
+ },
27
+ "scripts" : {
28
+ },
29
+ "keywords" : [
30
+ ],
31
+ "files" : [
32
+ " dist" ,
33
+ " src" ,
34
+ " AUTHORS.md"
35
+ ],
36
+ "directories" : {},
37
+ "bugs" : {
38
+ "url" : " https://github.com/typhonjs-node-tjsdoc/tjsdoc/issues"
39
+ }
40
+ }
You can’t perform that action at this time.
0 commit comments