Initial commit
parents
Showing
.gitignore
0 → 100644
dist/assets/a-doc-editor.css
0 → 100644
dist/assets/a-doc-editor.js
0 → 100644
dist/favicon.ico
0 → 100644
File added
dist/index.html
0 → 100644
dist/script.js
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
package.json
0 → 100644
{ | |||
"name": "a-doc-editor", | |||
"version": "1.0.0", | |||
"description": "", | |||
"main": "index.js", | |||
"scripts": { | |||
"start": "node index.js" | |||
}, | |||
"keywords": [], | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"express": "^4.18.2" | |||
} | |||
} |
Please
register
or
sign in
to comment