Skip to content

Instantly share code, notes, and snippets.

@mwawrusch
Created October 26, 2012 19:13
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/3960815 to your computer and use it in GitHub Desktop.
Save mwawrusch/3960815 to your computer and use it in GitHub Desktop.
{
"domain": "admin.modeista.com",
"subdomain": "modeista-admin",
"private": true,
"author": "Martin Wawrusch <martin@wawrusch.com> (http://martinatsunset.com)",
"name": "modeista-admin",
"description": "Modeista Administration and Dashboard",
"version": "0.0.1-11",
"main": "./lib/index.js",
"repository": {
"type": "git",
"url": "git://github.com/modeista/modeista-admin.git"
},
"bin": {},
"directories": {
"lib": "./lib",
"test": "./test"
},
"keywords": [
"modeista",
"modeista.com"
],
"scripts": {
"predeploy": "node_modules/.bin/coffee -c -o lib src;node_modules/.bin/coffee -c -o public/js public-src/js;node_modules/.bin/stylus public-src/css --out public/css",
"start": "lib/index.js",
"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.3.1",
"jade": "0.27.6",
"underscore": "1.4.2",
"async": "0.1.22",
"colors": "0.6.0-1",
"pkginfo": "0.2.3",
"passport": "0.1.12",
"passport-http": "0.2.1",
"passport-oauth": "0.1.12",
"passport-http-bearer": "0.2.0",
"passport-local": "0.1.6",
"passport-twitter": "0.1.4",
"passport-facebook": "0.1.4",
"passport-instagram": "0.1.1",
"passport-foursquare": "0.1.2",
"winston": "0.6.2",
"nconf": "0.5.x",
"request": "2.11.4",
"identity-server-client": "0.2.1",
"connect-flash": "0.1.0",
"modeista-api-client": "0.0.1"
},
"bundledDependencies": [
"coffee-script",
"should",
"mocha",
"stylus",
"request",
"mongoskin"
],
"devDependencies": {
"coffee-script": "1.4.0",
"mongoskin": "0.4.4",
"should": "1.2.0",
"mocha": "1.6.0",
"stylus": "0.30.1"
},
"bugs": {
"url": "http://github.com/modeista/modeista-admin/issues"
},
"licenses": [
{
"type": "Private",
"url": "http://github.com/modeista/modeista-admin/raw/master/LICENSE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment