Created
January 18, 2013 20:23
-
-
Save shinecita/4568200 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"author": "", | |
"name": "starscape-app", | |
"version": "0.0.2", | |
"private": true, | |
"dependencies": { | |
"express": "~3.0.0", | |
"monk": "~0.5.0", | |
"starscape-auth": "git+ssh://[email protected]:Igniter/starscape-auth.git#master", | |
"starscape-models": "git+ssh://[email protected]:Igniter/starscape-models.git#master", | |
"starscape-email": "git+ssh://[email protected]:Igniter/starscape-email.git#master", | |
"starscape-admin": "git+ssh://[email protected]: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