{ "name": "react-rocket-boilerplate", "version": "0.2.0", "author": "Jake Marsh ", "description": "Boilerplate using React, Browserify, SASS, and Gulp.", "repository": { "type": "git", "url": "https://github.com/jakemmarsh/react-rocket-boilerplate.git" }, "keywords": [ "gulp", "browserify", "react", "sass", "boilerplate" ], "private": true, "engines": { "node": "^0.12.x", "npm": "^2.1.x" }, "scripts": { "test": "jest" }, "devDependencies": { "babel-core": "^5.8.22", "babelify": "^6.1.x", "browser-sync": "^2.7.13", "browserify": "^10.2.6", "debowerify": "^1.3.1", "del": "^1.2.0", "express": "^4.13.1", "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", "jest-cli": "^0.5.10", "lodash": "^3.10.0", "messageformat": "^0.2.2", "morgan": "^1.6.1", "react": "^0.13.x", "react-document-title": "^1.0.2", "react-google-recaptcha": "^0.4.0", "react-motion": "^0.3.0", "react-router": "^0.13.x", "reflux": "^0.2.9", "run-sequence": "^1.1.1", "superagent": "^1.2.0", "vinyl-source-stream": "^1.1.0", "watchify": "^3.2.x" }, "jest": { "scriptPreprocessor": "./preprocessor.js", "testFileExtensions": [ "es6", "js" ], "moduleFileExtensions": [ "js", "json", "es6" ], "unmockedModulePathPatterns": [ "react" ] }, "dependencies": { "app-module-path": "^1.0.3", "classnames": "^2.1.3" } }