{
  "name": "powerbuild",
  "version": "0.0.11",
  "description": "CommonJS bundler with aliasing, extensibility, and source maps from the minified JS bundle. Forked from commonjs-everywhere adding speed improvements, persistent disk cache for incremental builds, support for reading '// [#@] sourceMappingURL' from input files and bundled grunt task",
  "homepage": "https://github.com/tarruda/powerbuild",
  "keywords": [
    "CommonJS",
    "CommonJS Everywhere",
    "browser",
    "build",
    "bundle",
    "cjsify",
    "browserify",
    "dependency resolution"
  ],
  "author": {
    "name": "Michael Ficarra",
    "email": "git@michael.ficarra.me"
  },
  "contributors": [
    {
      "name": "Thiago de arruda",
      "email": "tpadilha84@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/tarruda/powerbuild.git"
  },
  "bugs": "https://github.com/tarruda/powerbuild/issues",
  "engines": {
    "node": "0.8.x || 0.9.x || 0.10.x"
  },
  "main": "lib/index",
  "directories": {
    "bin": "bin",
    "lib": "lib",
    "test": "test"
  },
  "dependencies": {
    "Base64": "~0.1.2",
    "mktemp": "~0.3.0",
    "nopt": "~2.1.2",
    "resolve": "0.6.1",
    "source-map": "~0.1.30",
    "lodash": "~2.2.1",
    "uglify-js": "~2.4.0",
    "estraverse": "~1.3.1",
    "escodegen": "0.0.27",
    "esprima": "~1.0.4",
    "escope": "~1.0.0",
    "sourcemap-to-ast": "0.0.1",
    "browser-builtins": "~2.0.4"
  },
  "devDependencies": {
    "scopedfs": "~0.1.0",
    "grunt": "~0.4.1",
    "grunt-release": "~0.6.0",
    "grunt-mocha-debug": "0.0.6",
    "grunt-contrib-watch": "~0.5.3",
    "source-map-support": "~0.2.3",
    "grunt-newer": "~0.5.4",
    "grunt-contrib-coffee": "~0.7.0",
    "coffee-script": "~1.6.3"
  },
  "scripts": {
    "test": "make test"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "https://github.com/tarruda/powerbuild/blob/master/LICENSE"
    }
  ]
}
