{ "name": "misago", "version": "0.1.0", "description": "Misago Frontend", "main": "index.js", "scripts": { "test": "gulp test" }, "author": "Rafal Piton", "license": "GPL-2.0", "private": true, "browser": { "jquery-mockjax": "./node_modules/jquery-mockjax/dist/jquery.mockjax.js", "bootstrap-transition": "./node_modules/bootstrap/js/transition.js", "bootstrap-affix": "./node_modules/bootstrap/js/affix.js", "bootstrap-modal": "./node_modules/bootstrap/js/modal.js", "bootstrap-dropdown": "./node_modules/bootstrap/js/dropdown.js", "dropzone": "./node_modules/dropzone/dist/dropzone.js", "waypoints": "./node_modules/waypoints/lib/jquery.waypoints.js", "highlight": "./highlight/highlight.pack.js" }, "browserify-shim": { "jquery": "jQuery" }, "dependencies": { "babel-core": "6.7.x", "babel-plugin-module-alias": "^1.0.0", "babel-plugin-transform-class-properties": "^6.3.13", "babel-polyfill": "^6.3.14", "babel-preset-es2015": "^6.1.18", "babel-preset-react": "^6.1.18", "babel-preset-stage-2": "^6.1.18", "babelify": "^7.2.0", "bootstrap": "^3.3.6", "bower": "^1.6.9", "browserify": "^13.0.0", "browserify-shim": "^3.8.11", "cropit": "^0.5.1", "del": "^2.1.0", "dropzone": "^4.2.0", "glob": "^7.0.3", "gulp": "^3.9.0", "gulp-image": "^2.7.2", "gulp-jshint": "^2.0.0", "gulp-less": "^3.0.5", "gulp-minify-css": "^1.2.2", "gulp-rename": "^1.2.2", "gulp-sourcemaps": "^1.6.0", "gulp-uglify": "^1.5.1", "gulp-util": "^3.0.7", "history": "^2.0.2", "jquery": "2.2.x", "jquery-mockjax": "^2.0.1", "moment": "^2.10.6", "react": "^15.0.0", "react-addons-test-utils": "^15.0.0", "react-dom": "^15.0.1", "react-redux": "^4.4.5", "react-router": "^2.2.4", "redux": "^3.0.5", "redux-batched-actions": "^0.1.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.7.0", "waypoints": "^4.0.1", "zxcvbn": "^4.2.0" }, "devDependencies": { "jshint": "^2.8.0", "mochify": "^2.14.3" } }