3.1.0 • Published 7 years ago

mfgames-culture-data v3.1.0

Weekly downloads
19
License
MIT
Repository
gitlab
Last release
7 years ago

MfGames Culture Data

This is a collection of JSON files that represent various components of real-world cultures.

Documentation

Documentation is part of the repository, not as a separate Github wiki. This is stored in the ./docs/ directory.

Data Files

All of the data files are available in expanded and minified versions in the ./dist/ directory.

JavaScript Access

The components of the data library are available with require.

var data = require("mfgames-culture-data");

// Display the internal directory for the source files.
console.log(data.dataDirectory);

// Combines an object that represents the combined.min.js.
console.log(data.combined);

// Contains the index entries (index.min.js).
console.log(data.index);
3.1.0

7 years ago

3.0.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.2.0

7 years ago

0.1.0

8 years ago