Skip to content

Instantly share code, notes, and snippets.

@sam3k
Created March 11, 2013 04:47
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/e69ad785e0d2647df8fb to your computer and use it in GitHub Desktop.
Save sam3k/e69ad785e0d2647df8fb 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 config && compass compile -e production --force && cd ../backend && rm -rf views && cp -r ../frontend/ui views && cd ../ && s3cmd put -r --acl-public --guess-mime-type frontend/* s3://sam3k/",
"postdeploy": "cd ./backend && rm -rf views && ln -s ../frontend/ui views",
"start": "index.js"
},
"version": "0.1.10-19",
"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",
"requirejs": "2.1.5"
},
"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