UNPKG

react-rails-starterkit

Version:
64 lines (63 loc) 1.73 kB
{ "name": "react-rails-starterkit", "version": "0.1.5", "description": "React on Rails starter kit", "scripts": { "start": "node dist/server.js", "install": "gulp" }, "repository": { "type": "git", "url": "git://github.com/elierotenberg/react-rails-starterkit.git" }, "keywords": [ "react", "react-rails", "starterkit" ], "author": "Elie Rotenberg <elie@rotenberg.io>", "license": "MIT", "bugs": { "url": "https://github.com/elierotenberg/react-rails-starterkit/issues" }, "homepage": "https://github.com/elierotenberg/react-rails-starterkit", "dependencies": { "assert": "^1.1.2", "bluebird": "^2.3.2", "brfs": "^1.2.0", "browserify": "^6.0.2", "co": "^3.1.0", "cors": "^2.4.2", "del": "^0.1.3", "envify": "^3.0.0", "express": "^4.9.4", "gulp": "^3.8.8", "gulp-cached": "^1.0.1", "gulp-changed": "^1.0.0", "gulp-esnext": "^1.2.0", "gulp-imagemin": "^1.0.1", "gulp-jshint": "^1.8.5", "gulp-nodemon": "^1.0.4", "gulp-plumber": "^0.6.6", "gulp-postcss": "^2.0.0", "gulp-react": "^1.0.2", "gulp-react-rails-style": "^0.1.0", "gulp-regenerator": "^1.1.0", "gulp-rename": "^1.2.0", "gulp-uglify": "^1.0.1", "gulp-util": "^3.0.1", "jshint-stylish": "^1.0.0", "lodash": "^2.4.1", "merge-stream": "^0.1.6", "node-watch": "^0.3.4", "normalize.css": "^3.0.1", "open": "0.0.5", "postcss-url": "^1.0.0", "react-rails": "^0.1.22", "react-tools": "^0.11.2", "regenerator": "^0.6.5", "through2": "^0.6.2", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.0.0" } }