Add a basic package.json

This commit is contained in:
youngchief btw ツ 2020-04-03 00:05:12 +00:00
parent 30025bc2ac
commit 9eff196776
1 changed files with 9 additions and 0 deletions

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"engines": {
"node": "12.x"
},
"dependencies": {
"docsify-cli": "^4.3.0",
"docsify": "^4.11.3"
}
}