{
  "name": "@purescript/lens",
  "version": "3.0.0",
  "description": "PureScript implementation of Lens",
  "license": "MIT",
  "homepage": "https://github.com/joneshf/purescript-lens",
  "keywords": [
    "PureScript",
    "lens"
  ],
  "authors": [
    "Hardy Jones <jones3.hardy@gmail.com> (https://github.com/joneshf)",
    "John A. De Goes <john@degoes.net> (http://degoes.net)"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/joneshf/purescript-lens.git"
  },
  "scripts": {
    "clean": "rimraf output && rimraf .pulp-cache",
    "docs": "pulp docs",
    "build": "pulp build -- --censor-lib --strict",
    "test": "pulp test"
  },
  "dependencies": {
    "@purescript/const": "^3.0.0",
    "@purescript/distributive": "^3.0.0",
    "@purescript/profunctor": "^3.0.0"
  },
  "devDependencies": {
    "@purescript/psci-support": "^3.0.0",
    "@purescript/console": "^3.0.0",
    "pulp": "^11.0.0",
    "purescript": "^0.11.1",
    "purescript-psa": "^0.5.0",
    "rimraf": "^2.6.1"
  }
}
