{ "name": "react-on-rails", "version": "6.0.0-rc.4", "description": "react-on-rails JavaScript for react_on_rails Ruby gem", "main": "node_package/lib/ReactOnRails.js", "directories": { "doc": "docs" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-core": "^6.7.4", "babel-loader": "^6.2.4", "babel-plugin-react-transform": "^2.0.2", "babel-plugin-transform-runtime": "^6.6.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "babel-runtime": "^6.6.1", "babel-tape-runner": "^2.0.1", "babel-types": "^6.7.2", "babelify": "^7.2.0", "blue-tape": "^0.2.0", "eslint": "^2.6.0", "eslint-config-shakacode": "4.0.0", "eslint-plugin-react": "^4.2.3", "jscs": "^2.11.0", "jsdom": "^8.2.0", "react": "^15.0.0", "react-dom": "^15.0.0", "react-transform-hmr": "^1.0.4", "redux": "^3.3.1", "release-it": "^2.3.1", "tap-spec": "^4.1.1", "tape": "^4.5.1", "webpack": "^1.12.14" }, "peerDependencies": { "react": ">= 0.14", "react-dom": ">= 0.14", "babel-runtime": ">= 6" }, "files": [ "node_package/lib" ], "scripts": { "test": "node_package/scripts/test", "clean": "node_package/scripts/clean", "prepublish": "npm run build", "build": "node_package/scripts/build", "build-watch": "$(npm bin)/babel --watch --out-dir node_package/lib node_package/src", "eslint": "$(npm bin)/eslint . --ext .jsx and .js", "jscs": "$(npm bin)/jscs . -e -v", "lint": "npm run eslint && npm run jscs", "lint:fix": "node_package/scripts/lint-fix", "check": "npm run lint && npm run test", "prerelease": "npm run check && npm run clean && npm run build", "release:patch": "node_package/scripts/release patch", "release:minor": "node_package/scripts/release minor", "release:major": "node_package/scripts/release major", "dummy:install": "rake dummy_apps", "dummy:spec": "rake run_rspec:dummy", "local": "echo 'Be sure to run npm run dummy:install' && npm run build && cd spec/dummy && foreman start" }, "repository": { "type": "git", "url": "git+https://github.com/shakacode/react_on_rails.git" }, "keywords": [ "react", "webpack", "JavaScript", "Ruby", "on", "Rails" ], "author": "justin.gordon@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/shakacode/react_on_rails/issues" }, "homepage": "https://github.com/shakacode/react_on_rails#readme" }