{
  "name": "@djforth/ap_browserify",
  "version": "1.4.0",
  "description": "Browserify plugin for asset_pipeline",
  "main": "index.js",
  "bin": {
    "asset-pipeline-browserify": "./bin/build.js"
  },
  "scripts": {
    "lint": "eslint plugins/**/*.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/djforth/ap_browserify.git"
  },
  "keywords": [
    "Browserify"
  ],
  "eslintConfig": {
    "extends": "morsedigital",
    "rules": {
      "no-console": [
        0
      ]
    }
  },
  "author": "A Stainforth",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/djforth/ap_browserify/issues"
  },
  "homepage": "https://github.com/djforth/ap_browserify#readme",
  "devDependencies": {
    "@djforth/ap_utils": "^2.0.13",
    "chai": "^3.4.1",
    "eslint": "^1.6.0",
    "eslint-config-google": "^0.3.0",
    "mocha": "^2.3.4"
  },
  "dependencies": {
    "browserify": "^13.0.0",
    "commander": "^2.9.0",
    "concat-stream": "^1.5.1",
    "factor-bundle": "^2.5.0",
    "lodash": "^4.3.0",
    "uglify-js": "~2.6.2",
    "watchify": "^3.7.0",
    "which": "^1.2.4"
  },
  "peerDependancies": {
    "@djforth/ap_utils": "^2.0.13"
  }
}
