UNPKG

open-epsilon

Version:

empty-epsilon / open-sound-control bidirectional proxy

53 lines (52 loc) 1.42 kB
{ "name": "open-epsilon", "version": "1.0.3", "description": "empty-epsilon / open-sound-control bidirectional proxy", "main": "dist/src/index.js", "types": "dist/src/index.d.ts", "scripts": { "clean": "rimraf ./dist", "build": "tsc -d", "pretest": "npm run clean && npm run build", "reset": "rimraf node_modules dist && npm install && npm test", "test": "mocha --require test-setup.js --reporter list \"dist/test/**/*.spec.js\"" }, "repository": { "type": "git", "url": "git@github.com:CommaSword/open-epsilon.git" }, "keywords": [ "empty epsilon", "OSC", "open-sound-control" ], "author": "Amir Arad <greenshade@gmail.com>", "license": "AGPL-3.0", "bugs": { "url": "https://github.com/CommaSword/open-epsilon/issues" }, "homepage": "https://github.com/CommaSword/open-epsilon#readme", "devDependencies": { "@types/chai": "~4.0.4", "@types/mocha": "^5.2.7", "@types/node": "8.0.33", "@types/sinon": "~2.3.1", "@types/sinon-chai": "^2.7.29", "chai": "~4.1.2", "mocha": "^6.2.0", "rimraf": "~2.6.1", "sinon": "~2.3.5", "sinon-chai": "^2.14.0", "ts-node": "10.0.0", "tslib": "^2.3.0", "typescript": "4.3.5" }, "dependencies": { "empty-epsilon-js": "2.0.1", "kissfs": "^0.7.1", "naming": "^1.0.6", "osc": "^2.4.1", "rxjs": "^6.5.3", "rxjs-compat": "^6.5.3" } }