Skip to content

Commit

Permalink
Initalize Commit of Document
Browse files Browse the repository at this point in the history
  • Loading branch information
undefined-ux committed Dec 7, 2023
0 parents commit 8bbb54b
Show file tree
Hide file tree
Showing 17 changed files with 9,702 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.vs/
x64/
pids
logs
node_modules
npm-debug.log
coverage/
run
dist
.DS_Store
.nyc_output
.basement
config.local.js
basement_dist
19 changes: 19 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "docs",
"version": "0.0.1",
"description": "Document of Json-Parser",
"main": "index.js",
"authors": {
"name": "undefined",
"email": "[email protected]"
},
"repository": "https://github.com/undefined-ux/json-parser-homework/docs",
"scripts": {
"dev": "vuepress dev src",
"build": "vuepress build src"
},
"license": "MIT",
"devDependencies": {
"vuepress": "^1.5.3"
}
}
Loading

0 comments on commit 8bbb54b

Please sign in to comment.