Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created September 26, 2012 19:36
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 mwawrusch/3790084 to your computer and use it in GitHub Desktop.
Save mwawrusch/3790084 to your computer and use it in GitHub Desktop.
{
"name": "modeista-site",
"subdomain": "modeista-site",
"domains": [
"modeista.com"
],
"private": true,
"author": "Martin Wawrusch <martin@wawrusch.com> (http://martinatsunset.com)",
"description": "The runtime component to power modeista.",
"version": "0.0.1-120",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/modeista/modeista-site.git"
},
"bin": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"keywords": [
"modeista",
"modeista.com"
],
"scripts": {
"predeploy": "npm run-script assets",
"postdeploy": "echo This will be run after deploying the app",
"start": "lib/index.js",
"assets": "rm -rf public/assets/* && voila -p http://assets.modeista.com/assets",
"test": "NODE_ENV=test node_modules/.bin/mocha -R spec test/*.coffee",
"test-xunit": "NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -C -R xunit test/*.coffee",
"server-watch": "node_modules/.bin/coffee -c -w -o lib src",
"client-watch": "node_modules/.bin/coffee -c -w -o public/js public_src/js",
"template-watch": "bin/watch",
"stylus": "node_modules/.bin/stylus --watch public_src/css --out public/css",
"dev": "NODE_ENV=development nodemon --debug lib/index.js",
"dev-nodebug": "NODE_ENV=development nodemon lib/index.js",
"dev-norestart": "NODE_ENV=development node lib/index.js",
"inspect": "node-inspector &"
},
"engines": {
"node": "0.6.x"
},
"dependencies": {
"express": "3.0.0rc4",
"airbrake": "0.2.9",
"express-form": "0.6.2",
"express-messages-bootstrap": "0.1.0",
"jade": "0.27.2",
"stylus": "0.29.0",
"nib": "0.8.2",
"underscore": "1.3.3",
"async": "0.1.22",
"colors": "0.6.0-1",
"pkginfo": "0.2.3",
"passport": "0.1.12",
"passport-local": "0.1.6",
"passport-http": "0.2.1",
"passport-oauth": "0.1.12",
"passport-http-bearer": "0.2.0",
"passport-facebook": "0.1.4",
"passport-twitter": "0.1.4",
"passport-foursquare": "0.1.2",
"passport-angellist": "0.1.1",
"passport-digg": "0.1.1",
"passport-dropbox": "0.1.1",
"passport-dwolla": "0.1.1",
"passport-evernote": "0.1.1",
"passport-fitbit": "0.1.1",
"passport-flickr": "0.1.1",
"passport-github": "0.1.3",
"passport-goodreads": "0.1.1",
"passport-instagram": "0.1.1",
"passport-justintv": "0.1.1",
"passport-linkedin": "0.1.2",
"passport-meetup": "0.1.2",
"passport-netflix": "0.1.1",
"passport-picplz": "0.1.1",
"passport-rdio": "0.1.1",
"passport-readability": "0.1.1",
"passport-runkeeper": "0.1.1",
"passport-smugmug": "0.1.1",
"passport-soundcloud": "0.1.1",
"passport-tripit": "0.1.1",
"passport-tumblr": "0.1.2",
"passport-vimeo": "0.1.1",
"passport-windowslive": "0.1.1",
"passgen": "1.0.1",
"nconf": "0.5.x",
"request": "2.11.1",
"unicode": "0.4.3",
"winston": "0.6.2",
"voila": "0.1.0",
"mailchimp": "0.9.1",
"connect-flash": "0.1.0"
},
"devDependencies": {
"coffee-script": "1.3.3",
"should": "1.1.0",
"mocha": "1.4.2"
},
"bugs": {
"url": "http://github.com/modeista/modeista-site/issues"
},
"licenses": [
{
"type": "Private",
"url": "http://github.com/modeista/modeista-site/raw/master/LICENSE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment