UNPKG

ljswitchboard-package_loader

Version:

A small node/node-webkit project loader for ljswitchboard that loads files into the global.ljswitchboard namespace

55 lines (54 loc) 1.32 kB
{ "name": "ljswitchboard-package_loader", "version": "1.0.3", "description": "A small node/node-webkit project loader for ljswitchboard that loads files into the global.ljswitchboard namespace", "author": { "name": "Chris Johnson", "url": "http://labjack.com" }, "main": "./lib/ljswitchboard-package_loader", "homepage": "https://github.com/chrisJohn404/ljswitchboard-package_loader", "repository": { "type": "git", "url": "https://github.com/chrisJohn404/ljswitchboard-package_loader" }, "keywords": [ "LabJack", "LJM", "T7", "ljswitchboard" ], "license": { "type": "MIT", "url": "https://github.com/chrisJohn404/ljswitchboard-package_loader/master/LICENSE" }, "bugs": { "url": "https://github.com/chrisJohn404/ljswitchboard-package_loader/issues" }, "dependencies": { "async": "1.5.2", "concat-stream": "1.5.2", "fs-extra": "0.18.4", "fs.extra": "1.3.2", "q": "1.5.1", "yauzl": "2.10.0" }, "old-dependencies": { "unzip": "0.1.11", "semver": "4.2.0" }, "devDependencies": { "diff": ">=3.5.0", "nodeunit": "0.11.3" }, "directories": { "lib": "./lib" }, "files": [ "lib", "LICENSE" ], "scripts": { "test": "node ./node_modules/nodeunit/bin/nodeunit ./test/test.js" } }