UNPKG

openframe

Version:

Openframe controller process which runs on the machine controlling the frame.

77 lines (76 loc) 2.12 kB
{ "name": "openframe", "version": "0.4.12", "description": "Openframe controller process which runs on the machine controlling the frame.", "main": "index.js", "scripts": { "start": "node ./bin/cli.js", "lint": "./node_modules/.bin/eslint extension.js test/**", "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage", "test": "npm run lint && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha", "test-coveralls": "npm run lint && ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && npm run coveralls", "patch-release": "npm version patch && npm publish && git push origin --follow-tags", "install": "./install.sh" }, "bin": { "openframe": "./bin/cli.js" }, "preferGlobal": true, "author": { "name": "Jonathan Wohl", "url": "http://jonathanwohl.com" }, "contributors": [ { "name": "Jonathan Wohl", "url": "http://jonathanwohl.com" }, { "name": "Ishac Bertran", "url": "http://ishacbertran.com" } ], "license": "GPL-3.0", "dependencies": { "chalk": "^2.4.2", "cli-spinner": "^0.2.4", "commander": "^2.8.1", "debug": "^2.2.0", "faye": "^1.1.2", "http-status": "^1.3.2", "humanize-duration": "^3.21.0", "inquirer": "^0.11.1", "jsonfile": "^2.2.1", "mkdirp": "^0.5.1", "pretty-bytes": "^5.3.0", "request": "^2.88.0", "request-progress": "^3.0.0", "requireg": "^0.2.2", "shelljs": "^0.7.0", "single-line-log": "^1.1.2", "swagger-client": "^2.1.9" }, "devDependencies": { "openframe-glslviewer": "*", "openframe-image": "*", "openframe-website": "*", "openframe-video": "*", "coveralls": "^2.11.9", "eslint": "^2.8.0", "istanbul": "^0.4.2", "mocha": "^2.3.4", "sinon": "^1.17.2", "npm": "^3.5.3" }, "keywords": [ "openframe", "raspberry-pi", "art", "artwork", "frame" ], "repository": { "type": "git", "url": "https://github.com/OpenframeProject/Openframe" } }