Skip to content

Instantly share code, notes, and snippets.

@joeybaker
Created April 12, 2013 05:38
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 joeybaker/f0302bc06a7ecb78900b to your computer and use it in GitHub Desktop.
Save joeybaker/f0302bc06a7ecb78900b to your computer and use it in GitHub Desktop.
{
"name": "uwn",
"version": "0.1.4",
"description": "",
"main": "index.js",
"scripts": {
"test": "grunt test",
"start": "node index.js",
"predeploy": "grunt preDeploy",
"postdeploy": "grunt postDeploy",
"server-start": "supervisor -w app -e 'js|json' .",
"install-globals": "sudo npm i -g supervisor grunt-cli nave bower; bower install && npm install && brew install couchdb",
"code": "supervisor -x grunt -w Gruntfile.js -- code"
},
"repository": {
"type": "git",
"url": "git@github.com:joeybaker/wheelhouse.git"
},
"keywords": [
"impress.js",
"slideshow"
],
"author": "Joey Baker",
"license": "BSD",
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4",
"grunt-bumpx": "~0.1",
"grunt-notify": "~0.2",
"grunt-contrib-jshint": "~0.4",
"grunt-contrib-livereload": "0.1",
"grunt-regarde": "~0.1",
"grunt-contrib-connect": "~0.2",
"grunt-contrib-handlebars": "~0.5",
"grunt-mocha": "~0.3",
"sinon-chai": "~2.3",
"chai": "~1.5",
"mocha": "~1.9",
"chai-jquery": "~1.1",
"grunt-shell": "~0.2",
"grunt-contrib-imagemin": "~0.1",
"grunt-contrib-clean": "~0.4",
"grunt-simple-mocha": "~0.3",
"grunt-contrib-less": "~0.5",
"grunt-browserify2": "~0.1",
"browserify-shim": "~2.0",
"nock": "~0.16",
"request": "~2.16",
"grunt-contrib-uglify": "~0.2"
},
"dependencies": {
"handlebars": "~1.0",
"flatiron": "~0.3",
"union": "~0.3",
"st": "~0.1",
"lodash": "~1",
"walker": "~1.0",
"cradle": "~0.6",
"backbone": "~1.0",
"underscore.string": "~2.3",
"backbone-relational": "~0.8",
"wheelhouse-couch": "~0.2",
"wheelhouse-handlebars": "~0.2",
"wheelhouse-router": "~0.2",
"cloudinary": "~1.0.2"
},
"subdomain": "uwn",
"engines": {
"node": "0.8.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment