UNPKG

node-red-contrib-device-stats

Version:
76 lines (75 loc) 1.92 kB
{ "name": "node-red-contrib-device-stats", "version": "1.1.2", "description": "Node-RED nodes for Device Statistics", "os": [ "!win32" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/dbaba/node-red-contrib-device-stats.git" }, "author": "Daisuke Baba <baba.daisuke@gmail.com>", "bugs": { "url": "https://github.com/dbaba/node-red-contrib-device-stats/issues" }, "scripts": { "build": "gulp build", "test": "gulp test", "clean": "gulp clean", "prepublish": "gulp build", "freeze": "npm prune --production && npm shrinkwrap" }, "homepage": "https://github.com/dbaba/node-red-contrib-device-stats#readme", "keywords": [ "node-red", "OS", "memory", "network statistics", "cpu usage", "load average", "system information", "CANDY RED" ], "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1", "babel-preset-minify": "^0.3.0", "chai": "^4.1.2", "del": "^2.2.2", "gulp": "^3.9.1", "gulp-babel": "^7.0.1", "gulp-clean": "^0.4.0", "gulp-clean-css": "^3.9.3", "gulp-cli": "^2.0.1", "gulp-header": "^2.0.5", "gulp-htmlmin": "^4.0.0", "gulp-if": "^2.0.2", "gulp-jshint": "^2.1.0", "gulp-less": "^4.0.0", "gulp-manifest": "^0.1.1", "gulp-mocha": "^5.0.0", "gulp-noop": "^1.0.0", "gulp-resources": "^0.5.0", "gulp-sourcemaps": "^2.6.4", "gulp-uglify": "^3.0.0", "gulp-yaml": "^1.0.1", "jshint": "^2.9.5", "jshint-stylish": "^2.2.1", "mocha": "^5.0.4", "node-red": "^0.18.4", "sinon": "^4.4.6" }, "dependencies": { "source-map-support": "^0.5.4" }, "node-red": { "nodes": { "device-stats": "dist/device-stats.js" } } }