UNPKG

1.61 kBJSONView Raw
1{
2 "name": "react-middleware",
3 "version": "1.1.0",
4 "description": "Connect middleware for serving React components from a standard folder structure.",
5 "main": "./lib",
6 "scripts": {
7 "start": "node ./example",
8 "watch": "nodemon ./example -e js,jsx --ignore .build",
9 "test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register",
10 "tdd": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel/register --watch",
11 "prepublish": "gulp build"
12 },
13 "dependencies": {
14 "babel-core": "^5.8.25",
15 "babel-loader": "^5.3.2",
16 "chalk": "^1.1.1",
17 "compression": "^1.5.2",
18 "express": "^4.13.3",
19 "file-system-css": "^1.0.16",
20 "fs-extra": "^0.24.0",
21 "js-util": "^1.0.5",
22 "lodash": "^3.10.1",
23 "ramda": "^0.17.1",
24 "react": "^0.14.0",
25 "react-dom": "^0.14.0",
26 "webpack": "^1.12.2"
27 },
28 "devDependencies": {
29 "babel": "^5.6.14",
30 "babel-core": "^5.6.18",
31 "babel-eslint": "^3.1.23",
32 "chai": "^2.2.0",
33 "eslint": "^0.24.1",
34 "gulp": "^3.9.0",
35 "gulp-babel": "^5.2.0",
36 "gulp-eslint": "^0.15.0",
37 "gulp-plumber": "^1.0.1",
38 "mocha": "^2.2.1",
39 "sinon": "^1.16.1",
40 "supertest": "^1.1.0"
41 },
42 "repository": {
43 "type": "git",
44 "url": "https://github.com/philcockfield/react-middleware"
45 },
46 "keywords": [
47 "react,express,connect,middleware,server"
48 ],
49 "author": {
50 "name": "Phil Cockfield",
51 "email": "phil@cockfield.net",
52 "url": "https://github.com/philcockfield"
53 },
54 "homepage": "https://github.com/philcockfield/react-middleware",
55 "license": "MIT"
56}