{ "name": "peer-calls", "version": "1.3.2", "description": "Group peer to peer video calls for anybody.", "repository": "https://github.com/jeremija/peer-calls", "main": "src/index.js", "scripts": { "start": "node src/index.js", "test": "jest --coverage", "testify": "jest --watch", "lint": "eslint ./index.js ./src/js" }, "babel": { "presets": ["es2016", "react", "transform-object-rest-spread"] }, "author": "", "license": "MIT", "dependencies": { "bluebird": "^3.3.4", "config": "^1.26.1", "express": "^4.13.3", "pug": "^2.0.0-rc.2", "react": "^15.5.4", "react-addons-transition-group": "^15.5.2", "react-dom": "^15.5.4", "react-redux": "^5.0.5", "redux": "^3.6.0", "redux-thunk": "^2.2.0", "simple-peer": "^8.1.0", "socket.io": "1.6.0", "socket.io-client": "1.6.0", "underscore": "^1.8.3", "uuid": "^2.0.1" }, "devDependencies": { "babel-jest": "^20.0.3", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-preset-es2016": "^6.24.1", "babel-preset-react": "^6.24.1", "babelify": "^7.3.0", "chastifol": "^4.1.0", "eslint": "^3.19.0", "eslint-config-standard": "^10.2.1", "eslint-config-standard-react": "^5.0.0", "eslint-plugin-import": "^2.3.0", "eslint-plugin-node": "^5.0.0", "eslint-plugin-promise": "^3.5.0", "eslint-plugin-react": "^7.0.1", "eslint-plugin-standard": "^3.0.1", "jest-cli": "^20.0.4", "nodemon": "^1.11.0", "react-addons-test-utils": "^15.5.1", "sassify": "^2.0.0", "uglify-js": "^2.6.2", "watchify": "^3.9.0" }, "jest": { "scriptPreprocessor": "/node_modules/babel-jest", "modulePathIgnorePatterns": [ "/node_modules/" ] } }