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 commonformBrowser / Client-Side
$ bower install commonformYou will need to bring in two depencies via <script>:
- Canonical Stringify
- CryptoJS' SHA-1 implementation
See the browser test page for an example.
Developing
$ npm install
$ cake buildTesting
Run tests:
$ npm install
$ grunt testIn the browser:
$ bower install
$ grunt browser