Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created October 26, 2012 21:53
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save mwawrusch/3961794 to your computer and use it in GitHub Desktop.
{
"domain": "api.modeista.com",
"subdomain": "modeista-api",
"private": true,
"author": "Martin Wawrusch <martin@wawrusch.com> (http://martinatsunset.com)",
"name": "modeista-api",
"description": "Mobile backend and api",
"version": "0.0.1-44",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://bitbucket.org/modeista/modeista-api.git"
},
"bin": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"keywords": [
"modeista",
"modeista.com"
],
"scripts": {
"start": "lib/index.js",
"predeploy": "node_modules/.bin/coffee -c -o lib src",
"test": "NODE_ENV=test node_modules/.bin/mocha --timeout 10000 -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",
"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",
"inspect": "node-inspector &"
},
"engines": {
"node": "0.8.x"
},
"dependencies": {
"express": "3.0.0",
"airbrake": "0.2.9",
"mongoose": "3.2.1",
"underscore": "1.4.2",
"async": "0.1.22",
"colors": "0.6.0-1",
"pkginfo": "0.2.3",
"passport": "0.1.12",
"passport-http-bearer": "0.2.0",
"neuron": "0.4.5",
"winston": "0.6.2",
"nconf": "0.5.0",
"corser": "1.1.2",
"mongoose-plugins-accessible-by": "0.0.1",
"http-bearer-token-file-store": "0.0.1",
"authorization-server-client": "0.0.3",
"amanda": "0.4.2",
"request": "2.11.4",
"pubnub": "3.1.9",
"underscore.string": "2.3.0"
},
"bundledDependencies": [
"coffee-script",
"should",
"mocha",
"stylus",
"mongoskin",
"eyes"
],
"devDependencies": {
"coffee-script": "1.4.0",
"should": "1.2.0",
"mocha": "1.6.0",
"stylus": "0.30.1",
"mongoskin": "0.4.4",
"eyes": "0.1.8"
},
"bugs": {
"url": "http://bitbucket.org/modeista/modeista-api/issues"
},
"licenses": [
{
"type": "Private",
"url": "http://bitbucket.org/modeista/modeista-api/raw/master/LICENSE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment