Skip to content

Instantly share code, notes, and snippets.

@kenniyu
Created August 20, 2012 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenniyu/3401952 to your computer and use it in GitHub Desktop.
Save kenniyu/3401952 to your computer and use it in GitHub Desktop.
jabys package.json
{
"version": "0.7.6-340",
"domains": [
"www.jabys.us",
"blah.jabys.us"
],
"dependencies": {
"now": "0.7.x",
"ejs": "*",
"socket.io-client": "*",
"zlib": "*"
},
"scripts": {
"start": "app.js"
},
"bundleDependencies": [
"express",
"jade",
"socket.io"
],
"analyze": false,
"subdomain": "jabys",
"name": "jabys",
"engines": {
"node": "0.6.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment