dictionary handling library for JavaScript
dictionary.js is designed to be used with Common.js and Browserify
The project depends on Gulp.js. Assuming you already have Node.js installed on your system, run the following command:
npm install -g gulpNext, clone the repository and install project dependencies:
# Fetch only the latest commits.
git clone --depth=1 git@github.com:fusionalliance/dictionary.js.git
cd dictionary.js
npm installSimply run:
gulp karma
If you have any suggestions, or found a bug please open a GitHub issue and we will get to it as soon as we can.
dictionary.js is distributed under the terms of the MIT license.
See LICENSE for details.