Skip to content

Instantly share code, notes, and snippets.

@prust
Created May 11, 2013 01:53
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 prust/d99263dc42e80b1004e7 to your computer and use it in GitHub Desktop.
Save prust/d99263dc42e80b1004e7 to your computer and use it in GitHub Desktop.
{
"name": "ua-site",
"private": true,
"author": "Peter Rust <peter@peterandjessica.com>",
"version": "0.1.0",
"scripts": {
"start": "node ./server.js"
},
"dependencies": {
"node-static": "0.6.x"
},
"engine": "node >= 0.8.0",
"subdomain": "unashamedstudios",
"domains": [
"unashamedstudios.com",
"www.unashamedstudios.com"
],
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment