Sha256: f4f5a5294b012ceafbd1bab21258c2d9443f1580fba2c4e2bf7785df3b875670
Contents?: true
Size: 993 Bytes
Versions: 24
Compression:
Stored size: 993 Bytes
Contents
{ "name": "react-webpack-rails-tutorial", "version": "1.1.1", "description": "Built using the react_on_rails generator. Allows you to run npm install from root.", "main": "server.js", "engines": { "node": "4.2.0", "npm": "3.3.6" }, "scripts": { "postinstall": "cd client && npm install", "test": "rspec && (cd client && npm run lint)", "express-server": "echo 'visit http://localhost:4000' && cd client && npm start", "rails-server": "echo 'visit http://localhost:3000/hello_world' && foreman start -f Procfile.dev" }, "repository": { "type": "git", "url": "https://github.com/shakacode/react-webpack-rails-tutorial.git" }, "keywords": [ "react", "tutorial", "comment", "example" ], "author": "justin808", "license": "MIT", "bugs": { "url": "https://github.com/shakacode/react-webpack-rails-tutorial/issues" }, "homepage": "https://github.com/shakacode/react-webpack-rails-tutorial", "dependencies": {} }
Version data entries
24 entries across 24 versions & 1 rubygems