jasperjs
v0.5.12
Published
Client library for jasper application
Downloads
12
Maintainers
Readme
packaged jasper
This repo is for distribution on npm
and bower
. The source for this module is in the
main JasperJS repo.
Please file issues and pull requests against that repo.
Install
You can install this package either with npm
or with bower
.
npm
npm install jasperjs
bower
bower install jasperjs
Then add a <script>
to your index.html
:
<script src="/node_modules/jasperjs/jasper.js"></script>
Note that this package is not in CommonJS format, so doing require('jasperjs')
will return undefined
.
Documentation
//TODO
License
The MIT License