Skip to content

Instantly share code, notes, and snippets.

@sam3k
Created March 9, 2013 17:56
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 sam3k/5f3a65aa0ee5e1695ebc to your computer and use it in GitHub Desktop.
Save sam3k/5f3a65aa0ee5e1695ebc to your computer and use it in GitHub Desktop.
{
"name": "sam3k.com",
"subdomain": "sam3k",
"domains": [
"sam3k.com",
"www.sam3k.com",
"sam3k.jit.su"
],
"description": "Personal site of Samuel Roldan",
"author": "Samuel Roldan<sroldan24@gmail.com>",
"scripts": {
"predeploy": "cd ./backend && rm -rf views && cp -r ../frontend/ui views",
"postdeploy": "cd ./backend && rm -rf views && ln -s ../frontend/ui views",
"start": "index.js"
},
"version": "0.1.10-15",
"engines": {
"node": "0.8.x"
},
"private": "true",
"keywords": [
"javascript",
"nodejs",
"website",
"app",
"mvc"
],
"dependencies": {
"express": "~3.0.4",
"express-expose": "~0.3.3",
"nano": "~3.3.4",
"underscore": "~1.4.2",
"mustache": "~0.7.1",
"consolidate": "https://github.com/manuelbieh/consolidate.js/tarball/3dc52e9a9cef47ca143831b85cfe5f0e595554a3"
},
"devDependencies": {
"grunt": "~0.3.17",
"grunt-jsdoc-plugin": "~0.1.3",
"jshint": "~0.9.1",
"uglify-js": "~1.3.4",
"vogue": "~0.4.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment