Created
May 28, 2012 13:18
-
-
Save KarbonDallas/2819117 to your computer and use it in GitHub Desktop.
mmalecki hates hyphens
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
{ | |
"name": "dark-portal", | |
"description": "Venue Portal of the Dark Arts", | |
"version": "0.0.1", | |
"author": "Emily Rose <[email protected]>", | |
"dependencies": { | |
"riak-js": "0.4.x", | |
"async": "0.1.x", | |
"express": "2.5.x", | |
"connect": "1.7.x", | |
"mime": "1.2.x", | |
"ejs": "0.4.x", | |
"colors": "0.5.x", | |
"less": "1.1.x", | |
"uglify-js": "1.1.x", | |
"optimist": "0.3.x", | |
"nice-package": "0.0.x" | |
}, | |
"repository": "git://github.com/nexxy/dark-portal", | |
"main": "app", | |
"engine": "node 0.6.x", | |
"subdomain": "casadiablo", | |
"scripts": { | |
"start": "app.js" | |
}, | |
"engines": { | |
"node": "0.6.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment