Created
October 8, 2012 23:48
-
-
Save jeffthink/3855672 to your computer and use it in GitHub Desktop.
Meteor app package.json
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
{ | |
"name": "dylans-fridge", | |
"subdomain": "dylans-fridge", | |
"domains": [ | |
"dylansfridge.com", | |
"www.dylansfridge.com" | |
], | |
"scripts": { | |
"start": "node main.js" | |
}, | |
"engines": { | |
"node": "0.8.8" | |
}, | |
"dependencies": { | |
"fibers": "0.6.9" | |
}, | |
"version": "0.0.1-5" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment