Skip to content

Instantly share code, notes, and snippets.

@jakeleboeuf
Created April 9, 2014 17:05
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 jakeleboeuf/2169acbd4d93df7b3099 to your computer and use it in GitHub Desktop.
Save jakeleboeuf/2169acbd4d93df7b3099 to your computer and use it in GitHub Desktop.
{
"version": "0.0.2-13",
"bugs": {
"url": "https://github.com/jklb/chassis/issues"
},
"author": "Jake LeBoeuf",
"homepage": "http://live.unitedpursuit.com",
"repository": {
"type": "git",
"url": "https://github.com/jklb/chassis"
},
"devDependencies": {
"blanket": "1.1.x",
"commander": "2.0.x",
"chai": "1.8.x",
"phantomjs": "1.9.x",
"mocha": "1.14.x",
"mocha-phantomjs": "3.1.x",
"sinon": "1.7.x",
"sinon-chai": "2.4.x",
"supertest": "0.8.x",
"requirejs": "2.1.x",
"ugly-blanket-brunch": "1.5.x",
"which": "1.0.x"
},
"dependencies": {
"ansi-color": "0.2.x",
"async": "0.2.x",
"brunch": "1.7.x",
"clean-css-brunch": "1.7.x",
"coffee-script": "1.6.x",
"coffee-script-brunch": "1.7.x",
"coffeelint-brunch": "1.5.x",
"connect-flash": "0.1.x",
"connect-mongo": "0.4.x",
"cordell": "0.1.x",
"css-brunch": "1.7.x",
"date-utils": "1.2.x",
"debug": "0.7.x",
"express": "3.4.x",
"growl": "1.7.x",
"handlebars-brunch": "1.7.x",
"jade": "0.35.x",
"jade-brunch": "1.7.x",
"javascript-brunch": "1.7.x",
"jquery": "1.8.x",
"mixpanel": "0.0.x",
"mongoose": "3.8.x",
"newrelic": "1.2.x",
"node-mandrill": "1.0.x",
"passport": "0.1.x",
"passport-facebook": "1.0.x",
"passport-local": "0.1.x",
"socket.io": "0.9.x",
"stripe": "2.2.x",
"stylus-brunch": "1.7.x",
"underscore": "1.5.x",
"useragent": "2.0.x",
"view-helpers": "0.1.x",
"contributor": "0.1.x",
"oauth": "0.9.x"
},
"env": {
"NODE_ENV": "stage"
},
"subdomain": "up-live-stage",
"contributors": [
{
"name": "Jake LeBoeuf",
"email": "dev@jakeleboeuf.com",
"url": "https://github.com/jakeleboeuf",
"contributions": 349,
"hireable": true
}
],
"scripts": {
"start": "node server.js",
"test": "cake test",
"postinstall": "brunch b -P"
},
"name": "UP-Live-Stage",
"description": "United Pursuit Live- A live worship streaming platform.",
"domains": [
"stage.unitedpursuit.com",
"www.stage.unitedpursuit.com"
],
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment