Created
June 23, 2012 19:25
-
-
Save eladb/2979605 to your computer and use it in GitHub Desktop.
mylittlepaas - async module
This file contains hidden or 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": "Elad Ben-Israel <[email protected]>", | |
"name": "mylittlepaas", | |
"description": "Root repository of my little PaaS", | |
"version": "0.0.0", | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/eladb/mylittlepaas.git" | |
}, | |
"main": "app", | |
"engines": { | |
"node": "~0.6.10" | |
}, | |
"dependencies": { | |
"asciimo": "0.3.1" | |
}, | |
"devDependencies": {}, | |
"optionalDependencies": {} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment