{
  "name": "browserify-wrap",
  "version": "1.0.2",
  "description": "browserify-wrap, a _very simple_ browserify plugin to wrap your output bundle with a prefix or a suffix (or both)",
  "main": "index.js",
  "scripts": {
    "test": "node node_modules/istanbul/lib/cli.js  cover --report text-summary --report html --report lcov  node_modules/mocha/bin/_mocha",
    "coveralls": "npm install coveralls && node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info"
  },
  "author": "Francois Leurent <131.js@cloudyks.org>",
  "license": "ISC",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "browserify": "^13.0.0",
    "concat-stream": "^1.5.2",
    "expect.js": "^0.3.1",
    "istanbul": "~0.3.18",
    "mocha": "^2.2.5"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:131/browserify-wrap.git"
  },
  "keywords": [
    "browserify",
    "prefix",
    "suffix",
    "wrap"
  ],
  "bugs": {
    "url": "https://github.com/131/browserify-wrap/issues"
  },
  "homepage": "https://github.com/131/browserify-wrap"
}
