{
  "name": "cornified",
  "version": "1.1.0",
  "description": "Share love and happiness with the masses",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/L1fescape/cornify.git"
  },
  "keywords": [
    "cornify",
    "unicorns",
    "rainbows",
    "love",
    "joy",
    "prosperity"
  ],
  "author": "Andrew Kennedy <andrew@akenn.org>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/L1fescape/cornify/issues"
  },
  "homepage": "https://github.com/L1fescape/cornify",
  "dependencies": {
    "lodash-es": "4.17.4"
  },
  "devDependencies": {
    "parcel-bundler": "1.4.1"
  },
  "scripts": {
    "build": "parcel build index.js"
  }
}
