UNPKG

soocrate-core

Version:

this is the core of soocrate application

131 lines (130 loc) 4.4 kB
{ "name": "soocrate-core", "version": "1.0.0", "author": "Noureddine HAOUARi <haouarin@gmail.com>", "description": "this is the core of soocrate application", "main": "./src/main.js", "repository": { "type": "git", "url": "https://github.com/haouarin/jquery-crate.git" }, "keywords": [ "Random Peer Sampling", "Adaptive", "browser-to-browser communication", "WebRTC" ], "dependencies": { "BigInt": "^5.4.5", "animal": "0.0.0", "animals": "git+https://github.com/nhaouari/animals.git#master", "brace": "0.5.x", "clone": "^1.0.3", "dateformat": "^3.0.3", "foglet-core": "^5.1.2", "isomorphic-fetch": "^2.2.1", "jquery": "^3.3.1", "jquery-qrcode": "git+https://github.com/lrsjng/jquery-qrcode.git#master", "lodash": "^4.17.4", "lodash.merge": "^4.6.1", "lseqtree": "^1.0.0", "marked": "0.3.x", "neighborhood-wrtc": "^3.0.0", "node-fetch": "^2.1.2", "quill-image-drop-module": "^1.0.3", "quill-image-resize-module": "^3.0.0", "request": "^2.87.0", "rtcpeerconnection": "^8.3.0", "shortid": "*", "simple-peer": "^8.1.1", "socket.io-client": "^2.2.0", "sorted-cmp-array": "2.0.x", "spray-wrtc": "^2.0.11", "store": "^2.0.12", "store.js": "^1.0.4", "string-hash": "1.1.x", "tippy.js": "^3.1.1", "unicast-definition": "^0.1.0", "uuid": "^3.0.1", "version-vector-with-exceptions": "^0.1.0", "webrtcsupport": "^2.2.0" }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49", "@babel/plugin-transform-destructuring": "^7.0.0", "@babel/preset-env": "^7.0.0-beta.49", "babel-core": "^6.26.3", "babel-loader": "^7.1.4", "babel-plugin-add-module-exports": "^1.0.0", "babel-plugin-dynamic-import-node": "^1.2.0", "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-es2015-destructuring": "^6.23.0", "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2", "babel-plugin-transform-es2015-parameters": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-polyfill": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-3": "^6.24.1", "brfs": "1.4.x", "browserify": "6.2.x", "chai": "^4.1.2", "debug": "^2.6.1", "esdoc": "^1.0.4", "esdoc-ecmascript-proposal-plugin": "^1.0.0", "esdoc-node": "^1.0.3", "esdoc-standard-plugin": "^1.0.0", "eslint-plugin-prettier": "^3.0.0", "hard-source-webpack-plugin": "^0.7.6", "istanbul": "^0.4.5", "istanbul-instrumenter-loader": "^3.0.1", "jasmine-core": "^3.1.0", "json-loader": "^0.5.7", "karma": "^2.0.2", "karma-browserify": "^5.3.0", "karma-chai": "^0.1.0", "karma-chrome-launcher": "^2.2.0", "karma-coverage": "^1.1.2", "karma-firefox-launcher": "^1.1.0", "karma-ie-launcher": "^1.0.0", "karma-jasmine": "^1.1.2", "karma-mocha": "^1.3.0", "karma-phantomjs-launcher": "^1.0.4", "karma-spec-reporter": "0.0.32", "karma-webpack": "^3.0.0", "mocha": "^5.2.0", "mocha-loader": "^1.1.3", "mochawesome": "^3.0.3", "phantomjs-polyfill": "0.0.2", "prettier": "^1.14.3", "uglify-js": "^1.3.5", "webpack": "^4.12.0", "webpack-cli": "^3.0.3", "webpack-dev-server": "^3.1.4", "wrtc": "^0.1.5" }, "browser": { "jquery-qrcode": "./node_modules/jquery-qrcode/dist/jquery-qrcode.js" }, "browserify": { "transform": [ "brfs" ] }, "scripts": { "test": "mocha --compilers js:babel-core/register --require babel-polyfill ./test/**/*test.js", "testMochaDebug": "set DEBUG=*test* & mocha --inspect-brk --reporter mochawesome --compilers js:babel-core/register --require babel-polyfill ./test/**/*test.js", "testMocha": "mocha --inspect-brk --reporter mochawesome --compilers js:babel-core/register --require babel-polyfill ./test/**/*test.js", "docs": "esdoc -c esdoc.json", "webpack": "webpack" }, "babel": { "presets": [ "es2015" ] }, "license": "MIT" }