Skip to content

Instantly share code, notes, and snippets.

@svnlto
Created November 29, 2013 13:45
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 svnlto/7705910 to your computer and use it in GitHub Desktop.
Save svnlto/7705910 to your computer and use it in GitHub Desktop.
{
"name": "outofme",
"version": "0.0.2-77",
"authors": "Sven Lito <me@svenlito.com>",
"engines": {
"node": ">= 0.6.x"
},
"private": true,
"dependencies": {
"express": "3.0.x",
"connect": "~2.4.3",
"lodash": "~1.2.1"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-copy": "~0.4.1",
"grunt-lintblame": "~0.3.4",
"grunt-contrib-watch": "~0.5.3",
"grunt-requirejs": "~0.4.0",
"grunt-contrib-less": "~0.8.2",
"grunt-asset-cachebuster": "~0.1.1"
},
"scripts": {
"test": "grunt test --verbose",
"build": "grunt build --verbose",
"start": "node bin/server",
"artefact": "grunt artefact --verbose",
"postinstall": "bower install"
},
"subdomain": "outofme",
"domains": [
"www.outofme.de",
"outofme.de"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment