Skip to content

Instantly share code, notes, and snippets.

@shinecita
Created January 18, 2013 20:23
Show Gist options
  • Save shinecita/4568200 to your computer and use it in GitHub Desktop.
Save shinecita/4568200 to your computer and use it in GitHub Desktop.
{
"author": "",
"name": "starscape-app",
"version": "0.0.2",
"private": true,
"dependencies": {
"express": "~3.0.0",
"monk": "~0.5.0",
"starscape-auth": "git+ssh://git@github.com:Igniter/starscape-auth.git#master",
"starscape-models": "git+ssh://git@github.com:Igniter/starscape-models.git#master",
"starscape-email": "git+ssh://git@github.com:Igniter/starscape-email.git#master",
"starscape-admin": "git+ssh://git@github.com:Igniter/starscape-admin.git#master",
"debug": "~0.7.0",
"component": "~0.3.0",
"nib": "~0.8.2",
"stylus": "~0.29.0",
"migrate": "~0.1.3",
"async": "~0.1.22",
"geoip": "~0.4.6",
"cron": "~1.0.0",
"ifconfig.me": "https://github.com/alexstrat/ifconfig.me-node/tarball/master",
"up": "~0.2.2",
"pwd": "~0.0.2",
"testacular": "~0.5.7",
"nodefly": "~0.1.16a",
"imagemagick": "0.1.3"
},
"devDependencies": {
"expect.js": "~0.2.0",
"testacular": "~0.4.0"
},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"repository": {
"type": "git",
"url": "git://github.com/Igniter/starscape-router.git"
},
"scripts": {
"test": "make test"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment