UNPKG

@chix/loader-remote

Version:

Remote NodeDefinition Loader for Chiχ

31 lines 735 B
{ "name": "@chix/loader-remote", "version": "2.9.14", "description": "Remote NodeDefinition Loader for Chiχ", "keywords": [ "chix", "loader" ], "bugs": { "url": "https://github.com/chixio/chix/issues" }, "repository": { "type": "git", "url": "git@github.com:chixio/chix.git" }, "license": "MIT", "author": "Rob Halff", "main": "./lib/index.js", "typings": "./lib/index.d.ts", "scripts": { "clean": "rimraf lib/", "lint": "tslint 'src/**/*.ts' --fix", "test": "mocha --reporter spec --require ts-node/register src/test/**/*.spec.ts" }, "dependencies": { "@chix/common": "^2.9.14", "@chix/loader": "^2.9.14", "debug": "^4.1.1", "superagent": "^5.1.2" } }