UNPKG

@kartotherian/module-loader

Version:

Kartotherian loader that instantiates tilelive and Kartotherian modules

35 lines (34 loc) 904 B
{ "name": "@kartotherian/module-loader", "version": "1.0.1-wmf.0", "description": "Kartotherian loader that instantiates tilelive and Kartotherian modules", "main": "lib/index.js", "scripts": { "test": "mocha", "preversion": "npm test" }, "repository": "kartotherian/module-loader", "keywords": [ "kartotherian", "tilelive", "loader" ], "author": "Yuri Astrakhan <YuriAstrakhan@gmail.com>", "license": "Apache-2.0", "bugs": "https://github.com/kartotherian/module-loader/issues", "publishConfig": { "access": "public" }, "dependencies": { "@kartotherian/err": "^1.0.2-wmf.0", "@kartotherian/input-validator": "^1.0.1-wmf.0", "bluebird": "^3.5.0", "js-yaml": "^3.8.2", "libxmljs": "0.19.5", "underscore": "^1.8.3" }, "devDependencies": { "mocha": "^5.2.0" }, "gitHead": "fe2c429367e0340f8727e263721f195a06867057" }