{
  "_from": "watermarkjs",
  "_id": "watermarkjs@2.0.0",
  "_inBundle": false,
  "_integrity": "sha1-adw+sb6qT3DBGJsgLj3mWF7NWyI=",
  "_location": "/watermarkjs",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "watermarkjs",
    "name": "watermarkjs",
    "escapedName": "watermarkjs",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/watermarkjs/-/watermarkjs-2.0.0.tgz",
  "_shasum": "69dc3eb1beaa4f70c1189b202e3de6585ecd5b22",
  "_spec": "watermarkjs",
  "_where": "C:\\Work",
  "author": {
    "name": "Brian Scaturro",
    "email": "scaturrob@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/brianium/watermarkjs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Watermarked images in the browser",
  "devDependencies": {
    "babel-jest": "^6.0.1",
    "babel-polyfill": "^6.3.14",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.3.13",
    "babelify": "^7.2.0",
    "browser-sync": "^2.10.0",
    "browserify": "^12.0.1",
    "browserify-derequire": "^0.9.4",
    "jest-cli": "^0.8.1",
    "node-notify": "^1.0.0",
    "watch": "^0.16.0",
    "webpack": "^1.12.9"
  },
  "homepage": "https://github.com/brianium/watermarkjs",
  "jest": {
    "setupEnvScriptFile": "jestEnvironment.js",
    "scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
    "testFileExtensions": [
      "js"
    ],
    "moduleFileExtensions": [
      "js"
    ]
  },
  "keywords": [
    "canvas",
    "watermark",
    "image",
    "file"
  ],
  "license": "MIT",
  "main": "dist/watermark.js",
  "name": "watermarkjs",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/brianium/watermarkjs.git"
  },
  "scripts": {
    "build": "npm run bundle && npm run minify && npm run copy-dist && notify -t 'npm run build' -m 'complete'",
    "bundle": "webpack",
    "copy-dist": "cp dist/* examples/scripts",
    "dev": "npm run watch & npm run sync",
    "minify": "uglifyjs --compress --mangle --screw-ie8 -o dist/watermark.min.js dist/watermark.js",
    "sync": "browser-sync start --server examples --index index.html --files 'examples/**/*.css, examples/**/*.html, examples/**/*.js' --port 4000",
    "test": "jest",
    "watch": "watch 'npm run build' lib"
  },
  "version": "2.0.0"
}
