UNPKG

react-middleware

Version:

Connect middleware for serving React components from a standard folder structure.

55 lines (54 loc) 1.55 kB
{ "name": "react-middleware", "version": "2.2.4", "description": "Connect middleware for serving React components from a standard folder structure.", "main": "./lib", "engines": { "node": "^5.4.0" }, "scripts": { "start": "node ./example", "watch": "nodemon ./example -e js,jsx --ignore .build", "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register", "tdd": "npm run test -- --reporter min --watch", "lint": "eslint ./src", "build": "babel src --out-dir lib --source-maps", "build:watch": "npm run build -- --watch", "prepublish": "npm test && npm run lint && npm run build" }, "dependencies": { "chalk": "^1.1.1", "compression": "^1.5.2", "express": "^4.14.0", "file-system-css": "^1.0.17", "filesize": "^3.2.1", "fs-extra": "^0.30.0", "js-babel-ui": "^6.0.6", "js-util": "^2.0.9", "ramda": "^0.21.0", "react": "^15.1.0", "react-dom": "^15.0.2", "webpack": "^1.12.12" }, "devDependencies": { "chai": "^3.5.0", "js-babel-dev": "^6.0.7", "mocha": "^2.2.1", "sinon": "^1.17.4", "supertest": "^1.1.0" }, "repository": { "type": "git", "url": "https://github.com/philcockfield/react-middleware" }, "keywords": [ "react,express,connect,middleware,server" ], "author": { "name": "Phil Cockfield", "email": "phil@cockfield.net", "url": "https://github.com/philcockfield" }, "homepage": "https://github.com/philcockfield/react-middleware", "license": "MIT" }