Created
April 21, 2015 02:07
-
-
Save shazron/f2f7c172ef6d7725db73 to your computer and use it in GitHub Desktop.
Xcode Server node package.json
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": "xcsnode", | |
"description": "Xcode Server 2", | |
"dependencies": { | |
"async": "~0.2.9", | |
"basic-auth": "0.0.1", | |
"client-sessions": "^0.6.0", | |
"express": "3.4.x", | |
"handlebars": "~1.3.0", | |
"mkdirp": "~0.3.5", | |
"nano": "~4.4.0", | |
"node-redis": "^0.1.7", | |
"node-uuid": "~1.4.1", | |
"nodemailer": "~0.6.1", | |
"socket.io": "~0.9.16", | |
"speedsnitch": "^0.1.0", | |
"underscore": "~1.6.0", | |
"winston": "^0.7.3" | |
}, | |
"engine": "node >= 0.10.21" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment