{
  "name": "commonjs-everywhere",
  "version": "0.9.4",
  "description": "CommonJS browser bundler with aliasing, extensibility, and source maps from the minified JS bundle",
  "homepage": "https://github.com/michaelficarra/commonjs-everywhere",
  "keywords": [
    "CommonJS",
    "CommonJS Everywhere",
    "browser",
    "build",
    "bundle",
    "cjsify",
    "browserify",
    "dependency resolution"
  ],
  "author": {
    "name": "Michael Ficarra",
    "email": "git@michael.ficarra.me"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/michaelficarra/commonjs-everywhere.git"
  },
  "bugs": "https://github.com/michaelficarra/commonjs-everywhere/issues",
  "engines": {
    "node": "0.8.x || 0.9.x || 0.10.x"
  },
  "main": "lib/module",
  "directories": {
    "bin": "bin",
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "Base64": "~0.1.2",
    "coffee-script-redux": "2.0.0-beta7",
    "escodegen": "~0.0.24",
    "esmangle": "~0.0.10",
    "esprima": "~1.0.2",
    "estraverse": "1.3.x",
    "MD5": "1.x.x",
    "mktemp": "~0.3.0",
    "nopt": "~2.1.2",
    "resolve": "0.5.x",
    "buffer-browserify": "*",
    "constants-browserify": ">= 0.0.1",
    "crypto-browserify": "*",
    "events-browserify": "*",
    "http-browserify": "*",
    "punycode": "*",
    "querystring": "*",
    "vm-browserify": "*",
    "zlib-browserify": "*"
  },
  "devDependencies": {
    "mocha": "~1.8.1",
    "scopedfs": "~0.1.0",
    "semver": "~1.1.4"
  },
  "scripts": {
    "test": "make test"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/michaelficarra/commonjs-everywhere/blob/master/LICENSE"
    }
  ]
}
