Created
July 9, 2017 07:10
-
-
Save mattn9x/67488fcba6e0224fd62ebb4617e5651e to your computer and use it in GitHub Desktop.
package example excel nodejs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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