UNPKG

@terrencecrowley/ot-js

Version:
41 lines (40 loc) 1.01 kB
{ "name": "@terrencecrowley/ot-js", "version": "2.0.38", "description": "Javascript OT library", "main": "./dist/ot.js", "types": "./dist/lib/all.d.ts", "scripts": { "build": "webpack", "test": "node testdist/test.bundle.js" }, "repository": { "type": "git", "url": "git+https://github.com/terrencecrowley/ot-js.git" }, "keywords": [ "OT", "node" ], "author": "Terry Crowley", "license": "MIT", "bugs": { "url": "https://github.com/terrencecrowley/ot-js/issues" }, "homepage": "https://github.com/terrencecrowley/ot-js#readme", "devDependencies": { "@types/node": "^10.12.23", "source-map-loader": "^0.2.4", "ts-loader": "^5.3.3", "tsify": "^4.0.1", "typescript": "^3.3.3", "webpack": "^4.29.3", "webpack-cli": "^3.2.3" }, "dependencies": { "@terrencecrowley/context": "^1.0.8", "@terrencecrowley/logabstract": "^1.0.8", "@terrencecrowley/logclient": "^1.0.4", "@terrencecrowley/util": "^1.0.15" } }