{
  "name": "connect-browserify",
  "version": "5.0.0",
  "description": "Connect/express middleware for serving apps to a browser with browserify",
  "main": "index.js",
  "scripts": {
    "test": "make test"
  },
  "dependencies": {
    "bluebird": "^2.9.0",
    "browserify": "^14.0.0",
    "watchify": "^3.0.0",
    "concat-stream": "^1.4.6"
  },
  "devDependencies": {
    "coffee-script": "~1.6.3",
    "eslint": "^0.6.2",
    "express": "^4.8.3",
    "mocha": "~1.14.0",
    "semver": "",
    "sphinx-npm": "",
    "supertest": "^0.13.0",
    "through": "^2.3.4"
  },
  "keywords": [
    "connect",
    "express",
    "browserify",
    "bundle",
    "assets",
    "middelware"
  ],
  "author": {
    "name": "Andrey Popp",
    "email": "8mayday@gmail.com",
    "url": "http://andreypopp.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/andreypopp/connect-browserify.git"
  },
  "license": "MIT"
}
