Back to Sails

package.json

docs/anatomy/package.json.md

12.12.2000361 B
Original Source

package.json

This is a standard configuration file for npm. Among other things, this file contains the name and version of all of the Node Modules that your app depends on to run. You can change this manually but be careful to adhere to their rules or things might break.

<docmeta name="displayName" value="package.json">