Skip to content

Instantly share code, notes, and snippets.

@ee7klt
Last active December 21, 2015 05:18
Show Gist options
  • Save ee7klt/6255422 to your computer and use it in GitHub Desktop.
Save ee7klt/6255422 to your computer and use it in GitHub Desktop.
package.json for nodejitsu deploy of meteor barebones test app
{
"name": "nodejitsu-test",
"subdomain": "undefined-nodejitsu-test",
"scripts": {
"start": "meteor"
},
"version": "0.0.0-2",
"engines": {
"node": "0.10.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment