I copied package.json from another project and now want to bump all of the dependencies to their latest versions since this is a fresh project and I don\'t mind
package.json
This works as of npm 1.3.15.
"dependencies": { "foo": "latest" }