download-csv
Version:
a funtion to dowload csv file
36 lines (35 loc) • 840 B
JSON
{
"name": "download-csv",
"version": "1.1.1",
"description": "a funtion to dowload csv file",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AllenZeng/download-csv.git"
},
"keywords": [
"csv",
"download",
"file"
],
"author": "allenzeng",
"license": "ISC",
"bugs": {
"url": "https://github.com/AllenZeng/download-csv/issues"
},
"homepage": "https://github.com/AllenZeng/download-csv#readme",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"browser-sync": "^2.15.0",
"browsersync-ssi": "^0.2.4",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-hash": "^3.1.0",
"gulp-uglify": "^2.0.0"
}
}