Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Commit 3465e52

Browse files
committed
[package] Added information.
1 parent 187721b commit 3465e52

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

package.json

+27-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,33 @@
11
{
22
"name": "material-docs-documentation",
33
"version": "0.1.0",
4-
"private": true,
4+
"private": false,
5+
"description": "Documentation for Material Docs. material-docs - react framework for easy creating documentation site in material design style.",
6+
"homepage": "http://material-docs.com/",
7+
"keywords": [
8+
"material-design",
9+
"material-ui",
10+
"documentation",
11+
"documentation-tool",
12+
"framework",
13+
"components-library",
14+
"markdown",
15+
"markdown-converter"
16+
],
17+
"author": {
18+
"name": "Andrieiev Danil",
19+
"email": "[email protected]",
20+
"url": "https://github.com/DanilAndreev"
21+
},
22+
"repository": {
23+
"url": "https://github.com/material-docs/material-docs-documentation.git",
24+
"type": "git"
25+
},
26+
"bugs": {
27+
"url": "https://github.com/material-docs/material-docs-documentation/issues",
28+
"email": "[email protected]"
29+
},
30+
"license": "MIT",
531
"dependencies": {
632
"@danilandreev/material-docs": "^0.3.5",
733
"@material-ui/core": "^4.11.0",

0 commit comments

Comments
 (0)