JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 9
  • Score
    100M100P100Q55154F
  • License MIT

Validation, hashing, etc. the Common Form drafting system

Package Exports

  • commonform

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (commonform) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Common Form

Piecepart assembly of cryptographically verifiable form contracts.

Installing

Node.js / Server-Side

$ npm install commonform

$ component install commonform

Browser / Client-Side

$ bower install commonform

You will need to bring in two depencies via <script>:

See the browser test page for an example.

Developing

$ npm install
$ cake build

Testing

Run tests:

$ npm install
$ grunt test

In the browser:

$ bower install
$ grunt browser