{
  "name": "moduleserve",
  "version": "0.9.1",
  "description": "Serve and transpile CommonJS modules over HTTP",
  "main": "index.js",
  "bin": {
    "moduleserve": "./bin/moduleserve.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marijnh/moduleserve.git"
  },
  "keywords": [
    "commonjs",
    "module",
    "http",
    "development"
  ],
  "author": "Marijn Haverbeke <marijnh@gmail.com>",
  "license": "MIT",
  "dependencies": {
    "send": "^0.17.1",
    "serve-static": "^1.14.1"
  }
}
