2.0.1 • Published 6 years ago

cmi5.js v2.0.1

Weekly downloads
15
License
SEE LICENSE IN LI...
Repository
github
Last release
6 years ago

cmi5.js

JavaScript implementation of cmi5 AU runtime

Build Status GitHub release npm

This repository does not contain build artifacts, to use a non-source version you will have to build as described below or access artifacts via the releases page.

For hosted API documentation, basic usage instructions, etc. visit the main project website at:

http://rusticisoftware.github.io/cmi5.js/

For information about cmi5 visit:

http://aicc.github.io/CMI-5_Spec_Current/

Building the Library

This repository uses a git submodule to reference our customized URI.js project which is not available via npm. Be sure to initialize the submodule repo before building using:

git submodule update --init

The library uses Grunt for building. Install Node.js which includes npm. If you do not already have the base grunt command line tool installed run:

npm install -g grunt-cli

Then from the root of the repository run:

npm install (or yarn install)
grunt

This will create build/cmi5.js and build/cmi5-min.js

2.0.1

6 years ago

2.0.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago