{ "name": "os4-react", "version": "4.0.0", "author": "Ivan Diaz ", "description": "OpenSupports version 4 with reactjs", "repository": { "type": "git", "url": "https://github.com/ivandiazwm/opensupports.git" }, "private": true, "engines": { "node": "^0.12.x", "npm": "^2.1.x" }, "scripts": { "test": "export NODE_PATH=src && mocha src/lib-test/preprocessor.js --compilers js:babel-core/register --recursive src/**/__tests__/*-test.js" }, "devDependencies": { "babel-core": "^5.8.22", "babel-register": "^6.7.2", "babelify": "^6.1.x", "browser-sync": "^2.7.13", "browserify": "^10.2.6", "chai": "^3.5.0", "debowerify": "^1.3.1", "del": "^1.2.0", "express": "^4.13.1", "express-http-proxy": "^0.6.0", "gulp": "^3.9.0", "gulp-autoprefixer": "^2.3.1", "gulp-connect-php": "0.0.5", "gulp-if": "^1.2.5", "gulp-imagemin": "^2.3.0", "gulp-notify": "^2.2.0", "gulp-rename": "^1.2.2", "gulp-sass": "^2.0.4", "gulp-sass-bulk-import": "^0.3.2", "gulp-sourcemaps": "^1.5.2", "gulp-streamify": "0.0.5", "gulp-uglify": "^1.2.0", "gulp-util": "^3.0.6", "humps": "^0.6.0", "jquery-mockjax": "^2.1.0", "jsdom": "^8.4.1", "morgan": "^1.6.1", "proxyquire": "^1.7.4", "react-addons-test-utils": "^15.0.1", "run-sequence": "^1.1.1", "sinon": "^1.17.3", "sinon-chai": "^2.8.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.2.x" }, "dependencies": { "app-module-path": "^1.0.3", "classnames": "^2.1.3", "jquery": "^2.1.4", "lodash": "^3.10.0", "messageformat": "^0.2.2", "react": "^15.0.1", "react-document-title": "^1.0.2", "react-dom": "^15.0.1", "react-google-recaptcha": "^0.5.2", "react-motion": "^0.3.0", "react-router": "^2.4.0", "reflux": "^0.4.1", "sessionstorage": "0.0.1" } }