schema-person

0.1.0 • Public • Published

schema-person JavaScript Style Guide Build Status NPM version

Install example

A Person is a project contributor inspired by the standard AUTHORS file format of name, email, and url.

This schema package comes with tests, nodeJS packaging, eslint, and gulp.

Properties

Type Description Required
name string The name of the person. Yes
email string The public email address of the person. No
url string The optional website of the person. No

Additional properties are allowed.

Person.name

The name of the person.

  • Type: string
  • Required: Yes

Person.email

The public email address of the person.

  • Type: string
  • Required: No

Person.url

The optional website of the person.

  • Type: string
  • Required: No

Dependents (0)

Package Sidebar

Install

npm i schema-person

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • isysd