-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to use npm pkgs / what is the package.json for? #1
Comments
Just the name right now. It'll also be for documentation of the function, keywords, permissions, security, etc. |
Should all those things be overloaded into the existing idea of |
Perhaps. I don't mind overloading package.json, personally, since we'll need to use shared features anyway. The less files a developer has to manage, the better. |
npm packages are now available by setting note there are limitations: all functions within a namespace share dependencies, so they must all be versioned identically when sharing packages (you'll get an error if they're not), and there's a maximum limit of 5MB for total dependencies size within a namespace. |
Hey there! I'm already diggin' this tool:
f james/twitter/hello sausage bacon eggs
When I saw package.json I thought I might be able to install packages from there by putting them in package.json, but that doesn't appear to be the case. If not, what should I be using package.json for?
The text was updated successfully, but these errors were encountered: