Skip to content

Instantly share code, notes, and snippets.

@mattn9x
Created July 9, 2017 07:10
Show Gist options
  • Save mattn9x/67488fcba6e0224fd62ebb4617e5651e to your computer and use it in GitHub Desktop.
Save mattn9x/67488fcba6e0224fd62ebb4617e5651e to your computer and use it in GitHub Desktop.
package example excel nodejs
{
"name": "excel_node_sample",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"ejs": "^2.5.6",
"express": "^4.15.3",
"mongoose": "^4.11.1",
"morgan": "^1.8.2",
"node-xlsx": "^0.7.4"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment