{ "name": "retichess", "version": "0.3.0", "scripts": { "start": "node --harmony ./bin/www", "test": "jest", "build": "NODE_ENV=development gulp", "deploy": "NODE_ENV=production gulp" }, "dependencies": { "babel": "^4.7.8", "body-parser": "^1.12.0", "debug": "^2.1.2", "express": "^4.12.2", "immutable": "^3.6.4", "jade": "^1.9.2", "morgan": "^1.5.1", "serve-favicon": "^2.2.0", "socket.io": "^1.3.5", "winston": "^0.9.0" }, "devDependencies": { "babelify": "^5.0.4", "browserify": "^9.0.3", "chess.js": "^0.1.0", "classnames": "^1.1.4", "es6-shim": "^0.27.1", "eventemitter2": "^0.4.14", "flux": "^2.0.1", "gulp": "^3.8.11", "gulp-autoprefixer": "^2.1.0", "gulp-cssmin": "^0.1.6", "gulp-if": "^1.2.5", "gulp-imagemin": "^2.2.1", "gulp-notify": "^2.2.0", "gulp-sass": "^1.3.3", "gulp-sourcemaps": "^1.5.0", "gulp-streamify": "0.0.5", "gulp-uglify": "^1.1.0", "gulp-util": "^3.0.4", "lodash.omit": "^3.0.0", "react": "^0.13.0", "socket.io-client": "^1.3.5", "vinyl-source-stream": "^1.1.0", "watchify": "2.4.0" }, "engines": { "node": "^0.12.0" }, "jest": { "scriptPreprocessor": "./jest-preprocessor.js", "unmockedModulePathPatterns": [ "eventemmiter2", "immutable", "react", "es6-shim" ] } }