{
  "name": "strict-mode-ify",
  "version": "0.1.1",
  "description": "A simple browserify transform that enables strict mode on JavaScript modules.",
  "main": "index.js",
  "homepage": "https://github.com/levp/strict-mode-ify#readme",
  "dependencies": {
    "through": "^2.3.8"
  },
  "keywords": [
    "browserify",
    "browserify-transform",
    "transform",
    "strict",
    "strict-mode"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/levp/strict-mode-ify.git"
  },
  "bugs": {
    "url": "https://github.com/levp/strict-mode-ify/issues"
  },
  "author": "Levi Perelman",
  "license": "ISC"
}
