Created
November 26, 2013 19:22
-
-
Save vdurmont/7664483 to your computer and use it in GitHub Desktop.
Basic package.json to import express.js and monk in a node project
This file contains 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": "MyApp", | |
"version": "0.0.1", | |
"private": true, | |
"dependencies": { | |
"express": "3.4.4", | |
"monk": "0.7.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment