其他字段

关于package.json的更多字段,请参考Packages/1.0

description

属性:配置的描述说明,以.结束

version

属性:应用版本信息

maintainers

属性:维护成员

  1. "maintainers":[ {
  2. "name": "Bill Bloggs",
  3. "email": "billblogs@bblogmedia.com",
  4. " web": "http://www.bblogmedia.com",
  5. }]

contributors

属性:贡献者,与维护成员格式一致,但首个应为作者

bugs

属性:提交错误的网址,如mail或http地址

licenses

属性:许可证列表

  1. "licenses": [
  2. {
  3. "type": "GPLv2",
  4. "url": "http://www.example.com/licenses/gpl.html",
  5. }
  6. ]

dependencies

属性:必要依赖,组的顺序非常重要,较前条目具有较高优先级.

  1. "dependencies": {
  2. "webkit": "1.2",
  3. "ssl": {
  4. "gnutls": ["1.0", "2.0"],
  5. "openssl": "0.9.8",
  6. },
  7. }

homepage

属性:网站URL地址