UNPKG

libzim

Version:

Bindings to zimlib (read/write OpenZIM files)

8 lines (7 loc) 148 B
sudo: false language: node_js node_js: - stable - "0.10" - "0.8" before_install: if [[ `npm --version` != 3* ]]; then npm install -g npm; fi;