die erste version

This commit is contained in:
Daniel Gerber
2017-08-01 17:49:22 +02:00
parent b88542a784
commit dce913c621
6 changed files with 1801 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "csv2json",
"version": "1.0.0",
"description": "1. Publish csv file on google docs: https://docs.google.com/spreadsheets/d/1RL2x9ocXS5et1g5teOYIsBAcIwmy1u-SPCUdsGr1BtM/pub?output=csv",
"main": "index.js",
"dependencies": {
"csvtojson": "^1.1.7",
"request": "^2.81.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}