UNPKG

js-3dstk

Version:

Universal JavaScript Client for the 3D Streaming Toolkit - Supports Node.js, Browser and React-Native.

58 lines (57 loc) 1.81 kB
{ "name": "js-3dstk", "version": "1.2.2", "description": "Universal JavaScript Client for the 3D Streaming Toolkit - Supports Node.js, Browser and React-Native.", "main": "src/index.js", "scripts": { "test": "tape tests/**/*.js | tap-spec", "watch": "webpack --progress --watch --config webpack.dev.js", "start": "webpack-dev-server --open --config webpack.dev.js", "build-debug": "webpack --mode development --config webpack.dev.js", "build": "webpack --mode production --config webpack.prod.js", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/3DStreamingToolkit/js-3dstk.git" }, "keywords": [ "3d", "streaming", "webrtc", "hololens" ], "author": "Rami Sayar <rami.sayar@microsoft.com>", "license": "MIT", "bugs": { "url": "https://github.com/3DStreamingToolkit/js-3dstk/issues" }, "homepage": "https://github.com/3DStreamingToolkit/js-3dstk#readme", "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-eslint": "^8.0.1", "babel-loader": "^7.1.2", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-lodash": "^3.2.11", "babel-preset-env": "^1.6.0", "clean-webpack-plugin": "^0.1.17", "eslint": "^4.7.2", "eslint-plugin-babel": "^4.1.2", "eslint-plugin-prettier": "^2.3.1", "fetch-mock": "^6.3.0", "lodash-webpack-plugin": "^0.11.4", "sinon": "^4.0.0", "tap-spec": "^4.1.1", "tape": "^4.8.0", "uglifyjs-webpack-plugin": "^1.2.4", "webpack": "^4.3.0", "webpack-cli": "^2.0.13", "webpack-dev-server": "^3.1.1", "webpack-merge": "^4.1.2" }, "dependencies": { "lodash": "^4.17.4", "valid-url": "^1.0.9" } }