feat: initial commit of csv-to-json service
This commit is contained in:
commit
8b9d382573
6 changed files with 1521 additions and 0 deletions
11
web-client/package.json
Normal file
11
web-client/package.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"name": "web-client",
|
||||
"version": "0.1.0",
|
||||
"description": "A web client for csv-to-json.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "M. George Hansen",
|
||||
"license": "UNLICENSED"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue