UNPKG

@redspher2021/node-red-contrib-binpacking

Version:
54 lines (53 loc) 1.3 kB
{ "author": { "name": "lav@yoctu.com", "email": "LaV" }, "bugs": { "url": "https://github.com/yoctu/node-red-contrib-binpacking/issues" }, "bundleDependencies": false, "dependencies": { "binpackingjs": "*" }, "devDependencies": { "binpackingjs": "*", "eslint": "*", "eslint-config-standard": "*", "eslint-plugin-import": "*", "eslint-plugin-n": "*", "eslint-plugin-promise": "*", "eslint-plugin-standard": "*", "jest": "^27.4.7", "supertest": "^6.2.1" }, "deprecated": false, "description": "node-red bin packing", "homepage": "https://github.com/yoctu/node-red-contrib-binpacking#readme", "keywords": [ "node-red", "binpacking", "yoctu", "logistics" ], "license": "ISC", "main": "index.js", "name": "@redspher2021/node-red-contrib-binpacking", "node-red": { "nodes": { "binpacking": "index.js" } }, "repository": { "type": "git", "url": "https://github.com/yoctu/node-red-contrib-binpacking.git" }, "scripts": { "lint": "eslint --ext .js index.js", "lint-fix": "eslint --fix --ext .js index.js", "jest": "jest", "test": "npm run lint && npm run jest", "start": "node-red -s sample/settings.js sample/flow.json -u sample/" }, "version": "1.6.1" }